summaryrefslogtreecommitdiff
path: root/gtk2_ardour/search_path_option.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-27 18:49:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-27 18:49:35 +0000
commitdb36cb793a8e500531e18efd967a9f6eac8183eb (patch)
tree14ab486bf10a94c5b3dd3e05fc3858ec1d3f087a /gtk2_ardour/search_path_option.h
parentfe1796fd6fbf0e340b14004f4a1cebaa1743ed30 (diff)
fix for #5224
git-svn-id: svn://localhost/ardour2/branches/3.0@13741 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ();