Wrestle a little more with the comedy FileChooserButton API

(should fix #4488).


git-svn-id: svn://localhost/ardour2/branches/3.0@10702 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-19 12:01:52 +00:00
parent 965f77aaeb
commit d7b263f8c2
2 changed files with 9 additions and 1 deletions

View file

@ -387,6 +387,7 @@ public:
private:
void file_set ();
void current_folder_set ();
sigc::slot<std::string> _get; ///< slot to get the configuration variable's value
sigc::slot<bool, std::string> _set; ///< slot to set the configuration variable's value