mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-23 04:11:01 +01:00
Enable -Wshadow and silence warnings
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
LiteralString::LiteralString(std::string string)
|
||||
: Operand{OperandType::String}, string{std::move(string)} {}
|
||||
LiteralString::LiteralString(std::string string_)
|
||||
: Operand{OperandType::String}, string{std::move(string_)} {}
|
||||
|
||||
LiteralString::~LiteralString() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user