summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-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 adeda63972..46bc9b7696 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -402,7 +402,7 @@ Route::process_output_buffers (BufferSet& bufs,
{
bool monitor = should_monitor ();
- bufs.is_silent (false);
+ bufs.set_is_silent (false);
/* figure out if we're going to use gain automation */
if (gain_automation_ok) {