forked from lthn/blockchain
added macos workaround for 'invokes deleted constructor'
This commit is contained in:
parent
98f2d5e155
commit
488be10664
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
//TODO: global objects, need refactoring. Just temporary solution
|
||||
std::map<int64_t, plain_wallet::plain_wallet_api_impl*> ginstances;
|
||||
epee::critical_section ginstances_lock;
|
||||
std::atomic<int64_t> gcounter = 1;
|
||||
std::atomic<int64_t> gcounter(1);
|
||||
|
||||
#define GENERAL_INTERNAL_ERRROR_INSTANCE "GENERAL_INTERNAL_ERROR: WALLET INSTNACE NOT FOUND"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue