prepare GUI notifications for plugin scan
[ardour.git] / libs / ardour / processor.cc
index f9590bee117ed12ad4356f2f35f128279688cac5..d571f55688f5e0e283c64ab597704dc87efb9485 100644 (file)
@@ -63,6 +63,7 @@ Processor::Processor(Session& session, const string& name)
        , _display_to_user (true)
        , _pre_fader (false)
        , _ui_pointer (0)
+       , _owner (0)
 {
 }