mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-21 03:31:02 +01:00
Remove tailing "_" in constructor arguments
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
LiteralString::LiteralString(const std::string& string_) : string(string_) {
|
||||
LiteralString::LiteralString(const std::string& string) : string(string) {
|
||||
operand_type = OperandType::String;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user