mirror of
https://github.com/azahar-emu/sirit
synced 2025-11-06 23:19:59 +01:00
operand: Append default to the default constructor
Makes it consistent with the destructor.
This commit is contained in:
parent
2035d25bef
commit
260183a2c7
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() {}
|
||||
Operand::Operand() = default;
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user