allow continued building on *nix systems

This commit is contained in:
Paul Davis 2015-02-03 15:51:35 -05:00
parent 3995448ad4
commit fa54195c69

View file

@ -47,6 +47,14 @@ ARDOUR::open_file_dialog (string /*initial_path*/, string /*title*/)
return string();
}
vector<string>
ARDOUR::open_file_dialog (vector<string> extensions, string initial_path, string title)
{
vector<string> ret;
return ret;
}
string
ARDOUR::choose_folder_dialog (string /*initial_path*/, string /*title*/)
{