Prepare for singleton patch-selector per midi-track UI (mixer, editor,..)
[ardour.git] / libs / ardour / route.cc
index e89b9b8b912582eabefed8f6feebc61ef59a0fb9..a4af694661959a351b18b3cd99d2ba81672804d0 100644 (file)
@@ -115,6 +115,7 @@ Route::Route (Session& sess, string name, PresentationInfo::Flag flag, DataType
        , _strict_io (false)
        , _custom_meter_position_noted (false)
        , _pinmgr_proxy (0)
+       , _patch_selector_dialog (0)
 {
        processor_max_streams.reset();
 }