mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
ParseStatus: replace NoDevice with EmptyExpression
This commit is contained in:
parent
754efd75c5
commit
85301e2bae
3 changed files with 9 additions and 10 deletions
|
@ -63,7 +63,7 @@ enum class ParseStatus
|
|||
{
|
||||
Successful,
|
||||
SyntaxError,
|
||||
NoDevice,
|
||||
EmptyExpression,
|
||||
};
|
||||
|
||||
std::pair<ParseStatus, std::unique_ptr<Expression>> ParseExpression(const std::string& expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue