mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
allow continued building on *nix systems
This commit is contained in:
parent
3995448ad4
commit
fa54195c69
1 changed files with 8 additions and 0 deletions
|
|
@ -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*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue