mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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