summaryrefslogtreecommitdiff
path: root/gtk2_ardour/search_path_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/search_path_option.h')
-rw-r--r--gtk2_ardour/search_path_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/search_path_option.h b/gtk2_ardour/search_path_option.h
index 7163924b8c..68fb649481 100644
--- a/gtk2_ardour/search_path_option.h
+++ b/gtk2_ardour/search_path_option.h
@@ -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 ();
};