mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-05 05:13:38 +00: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…
Reference in New Issue
Block a user