Make stuff in the automation menu apply to the track selection.
[ardour.git] / gtk2_ardour / search_path_option.h
index 7163924b8cc1afe29f2b4ae2b3628b60ed688df8..68fb6494817949ee9ccf00ad7e4b0d5c10b3291b 100644 (file)
@@ -42,7 +42,7 @@ class SearchPathOption : public Option
         Gtk::Label session_label;
 
         void add_path (const std::string& path, bool removable=true);
-        void remove_path (const std::string& path);
+        void remove_path (PathEntry*);
         void changed ();
         void path_chosen ();
 };