summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 260c6c319a..efe9ffb351 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -757,7 +757,7 @@ Session::follow_slave_silently (pframes_t nframes, float slave_speed)
for now.
*/
- bool need_butler;
+ bool need_butler = false;
silent_process_routes (nframes, need_butler);