assert() to help find some possible causes of #2991. Fix some confusion with GTK...
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 6be8f1dda6d03a84bd620f5c9f1f461d65827c69..25f380c41b65dee8ee55bb2d16cf178725fdfa8c 100644 (file)
@@ -106,7 +106,7 @@ class PluginInsert : public Processor
 
        void collect_signal_for_analysis(nframes_t nframes);
 
-       boost::signals2::signal<void(BufferSet*, BufferSet*)> AnalysisDataGathered;
+       PBD::Signal2<void,BufferSet*, BufferSet*> AnalysisDataGathered;
 
   private:
        /* disallow copy construction */