summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_processor_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_processor_selection.h')
-rw-r--r--gtk2_ardour/route_processor_selection.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/route_processor_selection.h b/gtk2_ardour/route_processor_selection.h
index 78f6ddca48..bb0e6701e1 100644
--- a/gtk2_ardour/route_processor_selection.h
+++ b/gtk2_ardour/route_processor_selection.h
@@ -42,11 +42,8 @@ class RouteRedirectSelection : public sigc::trackable
void clear ();
bool empty();
- void set (boost::shared_ptr<ARDOUR::Processor>);
- void set (const std::vector<boost::shared_ptr<ARDOUR::Processor> >&);
- void add (boost::shared_ptr<ARDOUR::Processor>);
- void add (const std::vector<boost::shared_ptr<ARDOUR::Processor> >&);
- void remove (boost::shared_ptr<ARDOUR::Processor>);
+ void set (XMLNode* node);
+ void add (XMLNode* node);
void set (boost::shared_ptr<ARDOUR::Route>);
void add (boost::shared_ptr<ARDOUR::Route>);