mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Fix struct/class declaration mismatches
This commit is contained in:
parent
f76c122e2e
commit
3a6faabecf
@ -10,7 +10,7 @@
|
||||
|
||||
class CBlock;
|
||||
class CBlockIndex;
|
||||
class CBlockTemplate;
|
||||
struct CBlockTemplate;
|
||||
class CReserveKey;
|
||||
class CScript;
|
||||
class CWallet;
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
class CAccount;
|
||||
class CAccountingEntry;
|
||||
class CBlockLocator;
|
||||
struct CBlockLocator;
|
||||
class CKeyPool;
|
||||
class CMasterKey;
|
||||
class CScript;
|
||||
|
Loading…
Reference in New Issue
Block a user