mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00: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:
parent
c09f7bd84b
commit
05872336a9
3 changed files with 15 additions and 15 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
|
||||
enum class ParseStatus
|
||||
{
|
||||
Success,
|
||||
Successful,
|
||||
SyntaxError,
|
||||
NoDevice,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue