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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/search_path_option.h b/gtk2_ardour/search_path_option.h
index f7cf9b5dcf..0230666656 100644
--- a/gtk2_ardour/search_path_option.h
+++ b/gtk2_ardour/search_path_option.h
@@ -33,6 +33,7 @@ class SearchPathOption : public Option
{
public:
SearchPathOption (const std::string& pathname, const std::string& label,
+ const std::string& default_path,
sigc::slot<std::string>, sigc::slot<bool, std::string>);
~SearchPathOption ();