mirror of
https://github.com/yuzu-emu/sirit
synced 2024-11-22 18:13:54 +00:00
operand: Append default to the default constructor
Makes it consistent with the destructor.
This commit is contained in:
parent
2035d25bef
commit
260183a2c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() {}
|
||||
Operand::Operand() = default;
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue