mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
ExpressionParser: Make Lexer ctor explicit and move argument.
This commit is contained in:
parent
72302d9c42
commit
7295458c11
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue