mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-25 20:45:50 +01: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 New Issue
Block a user