Skip to content

Commit

Permalink
Fix struct/class declaration mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Nov 11, 2013
1 parent f76c122 commit 3a6faab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/miner.h
Expand Up @@ -10,7 +10,7 @@

class CBlock;
class CBlockIndex;
class CBlockTemplate;
struct CBlockTemplate;
class CReserveKey;
class CScript;
class CWallet;
Expand Down
2 changes: 1 addition & 1 deletion src/walletdb.h
Expand Up @@ -16,7 +16,7 @@

class CAccount;
class CAccountingEntry;
class CBlockLocator;
struct CBlockLocator;
class CKeyPool;
class CMasterKey;
class CScript;
Expand Down

0 comments on commit 3a6faab

Please sign in to comment.