mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 07:37:13 -04:00
Fix GCC 9.1 build warnings
GCC wants operator= aand copy ctor to be both defined, or neither
This commit is contained in:
parent
2cbe75661c
commit
35c20c4332
3 changed files with 20 additions and 0 deletions
|
@ -77,6 +77,7 @@ namespace hw {
|
|||
ABPkeys(const rct::key& A, const rct::key& B, const bool is_subaddr, bool is_subaddress, bool is_change_address, size_t index, const rct::key& P,const rct::key& AK);
|
||||
ABPkeys(const ABPkeys& keys) ;
|
||||
ABPkeys() {index=0;is_subaddress=false;is_subaddress=false;is_change_address=false;}
|
||||
ABPkeys &operator=(const ABPkeys &keys);
|
||||
};
|
||||
|
||||
class Keymap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue