X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fprocessor_selection.h;h=7de1c4735e2370a2f8fc6139aa89b6400009a6f4;hb=474d68c05132291fd8eb200006e7e63aebefdc8d;hp=fc3a133ef1ff993dd03eef3067dfdedfca616402;hpb=dc0139d4af4d246f6dcafb04425e3f1198c347c3;p=ardour.git diff --git a/gtk2_ardour/processor_selection.h b/gtk2_ardour/processor_selection.h index fc3a133ef1..7de1c4735e 100644 --- a/gtk2_ardour/processor_selection.h +++ b/gtk2_ardour/processor_selection.h @@ -67,7 +67,6 @@ class ProcessorSelection : public PBD::ScopedConnectionList, public sigc::tracka XMLProcessorSelection processors; sigc::signal ProcessorsChanged; - ProcessorSelection& operator= (const ProcessorSelection& other); void clear (); bool empty(); @@ -76,6 +75,10 @@ class ProcessorSelection : public PBD::ScopedConnectionList, public sigc::tracka void add (XMLNode* node); void clear_processors (); + + private: + ProcessorSelection& operator= (const ProcessorSelection& other); + ProcessorSelection (ProcessorSelection const&); }; bool operator==(const ProcessorSelection& a, const ProcessorSelection& b);