mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Fix for broken build (::None)
None clashed with something else under linux, probably a macro expansion.
This commit is contained in:
@@ -72,7 +72,8 @@ public:
|
||||
// If not None, determines a preference key (for the default path string) to
|
||||
// be read and updated
|
||||
enum class Operation {
|
||||
None,
|
||||
// _ on None to defeat some macro that is expanding this.
|
||||
_None,
|
||||
Open,
|
||||
Export
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user