changes to help strp silence
[ardour.git] / gtk2_ardour / processor_box.h
index a80dce00feac7af3ae9d6b615abd30a478f8b363..d5e4572659f6112e2612a3f464003a7e0bfdb20b 100644 (file)
@@ -91,7 +91,7 @@ private:
 
        void active_toggled ();
        void processor_active_changed ();
-       void processor_name_changed ();
+       void processor_property_changed (const PBD::PropertyChange&);
        std::string name () const;
        
        Gtk::EventBox _event_box;
@@ -275,7 +275,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
        static void rb_ab_plugins ();
        static void rb_edit ();
 
-       void route_name_changed ();
+       void route_property_changed (const PBD::PropertyChange&);
        std::string generate_processor_title (boost::shared_ptr<ARDOUR::PluginInsert> pi);
 };