mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
ExpressionParser: Rename ParseStatus' Success member to Successful
This clashes with X11's preprocessor define named Success (because using non-prefixed lowercase identifiers in C was apparently a fantastic idea at some point), causing compilation errors.
This commit is contained in:
@ -61,7 +61,7 @@ public:
|
||||
|
||||
enum class ParseStatus
|
||||
{
|
||||
Success,
|
||||
Successful,
|
||||
SyntaxError,
|
||||
NoDevice,
|
||||
};
|
||||
|
Reference in New Issue
Block a user