mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-15 06:55:16 -05:00
ExpressionParser: Make Lexer ctor explicit and move argument.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
std::string expr;
|
||||
std::string::iterator it;
|
||||
|
||||
Lexer(const std::string& expr_);
|
||||
explicit Lexer(std::string expr_);
|
||||
|
||||
ParseStatus Tokenize(std::vector<Token>& tokens);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user