mirror of
https://github.com/yuzu-emu/sirit.git
synced 2025-01-03 15:55:42 +00:00
Merge pull request #11 from lioncash/default
operand: Append default to the default constructor
This commit is contained in:
commit
d5c37d242a
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
namespace Sirit {
|
namespace Sirit {
|
||||||
|
|
||||||
Operand::Operand() {}
|
Operand::Operand() = default;
|
||||||
|
|
||||||
Operand::~Operand() = default;
|
Operand::~Operand() = default;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue