mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 11:44:31 +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) {
|
||||
id = other.id;
|
||||
commodity_type = other.commodity_type;
|
||||
|
Loading…
Reference in New Issue
Block a user