mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
Pass strings by const reference where possible
This commit is contained in:
@ -63,7 +63,7 @@ enum ExpressionParseStatus
|
||||
EXPRESSION_PARSE_NO_DEVICE,
|
||||
};
|
||||
|
||||
ExpressionParseStatus ParseExpression(std::string expr, ControlFinder &finder, Expression **expr_out);
|
||||
ExpressionParseStatus ParseExpression(const std::string& expr, ControlFinder &finder, Expression **expr_out);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user