mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix clang compile error
This commit is contained in:
@@ -80,8 +80,8 @@ struct Match
|
|||||||
if (state.passed ())
|
if (state.passed ())
|
||||||
{
|
{
|
||||||
if (t == other)
|
if (t == other)
|
||||||
return State::passed;
|
return State::pass;
|
||||||
return State::failed;
|
return State::fail;
|
||||||
}
|
}
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user