Fix struct/class declaration mismatches
This commit is contained in:
parent
f76c122e2e
commit
3a6faabecf
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue