summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-21 16:28:07 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-21 16:28:17 -0400
commitae7f56d89f6a4b571788de2948c102cb268f10e9 (patch)
tree476a7a6f947917d904f43def2314577a11f34ee9 /libs
parent34ebb682a4ecbe212d2e57e651622429331c7274 (diff)
fix thinko
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index bcbf14bdaf..4d7bb5802d 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3911,7 +3911,7 @@ Route::setup_invisible_processors ()
++amp;
}
- assert (amp != _processors.end ());
+ assert (amp != new_processors.end ());
/* and the processor after the amp */