mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-04 21:22:43 +02:00
Merge pull request #11 from lioncash/default
operand: Append default to the default constructor
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Operand::Operand() {}
|
||||
Operand::Operand() = default;
|
||||
|
||||
Operand::~Operand() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user