mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Merge pull request #289 from GullCode/ertkey_warning_fix
Added missing default constructor
This commit is contained in:
commit
282416169d
@ -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