mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-07 23:07:43 +00:00
Added missing default constructor
This commit is contained in:
parent
19ebf14e8c
commit
f0457c106d
@ -50,6 +50,8 @@ struct ERTKey {
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ERTKey( const ERTKey& other ) = default;
|
||||||
|
|
||||||
ERTKey& operator=(const ERTKey& other) {
|
ERTKey& operator=(const ERTKey& other) {
|
||||||
id = other.id;
|
id = other.id;
|
||||||
commodity_type = other.commodity_type;
|
commodity_type = other.commodity_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user