mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Fix for broken build (::None)
None clashed with something else under linux, probably a macro expansion.
This commit is contained in:
@@ -519,7 +519,7 @@ public:
|
||||
"Where would I find the file '%s'?" instead if you want. */
|
||||
question.Printf(_("Where is '%s'?"), mName.c_str());
|
||||
|
||||
wxString path = FileNames::SelectFile(FileNames::Operation::None,
|
||||
wxString path = FileNames::SelectFile(FileNames::Operation::_None,
|
||||
question,
|
||||
mLibPath.GetPath(),
|
||||
mLibPath.GetName(),
|
||||
|
Reference in New Issue
Block a user