added RCU handling of Session route list, and major use of shared_ptr<T> everywhere...
[ardour.git] / gtk2_ardour / plugin_selector.h
index 125ce1b80ad84422bcf7b47f62bd6b7946cd3701..220de74871f501b9669d1effc6ae092f23d2bcef 100644 (file)
@@ -35,7 +35,7 @@ class PluginSelector : public ArdourDialog
 {
   public:
        PluginSelector (ARDOUR::PluginManager *);
-       sigc::signal<void,ARDOUR::Plugin *> PluginCreated;
+       sigc::signal<void,boost::shared_ptr<ARDOUR::Plugin> > PluginCreated;
 
        int run (); // XXX should we try not to overload the non-virtual Gtk::Dialog::run() ?