mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 16:17:31 -04:00
Added missing default constructor
This commit is contained in:
parent
19ebf14e8c
commit
f0457c106d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue