Fix clang compile warnings intriduced in #5681
This commit is contained in:
parent
8e4fd0cc31
commit
63e4c9cd35
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
class CBlockFileInfo;
|
class CBlockFileInfo;
|
||||||
class CBlockIndex;
|
class CBlockIndex;
|
||||||
class CDiskTxPos;
|
struct CDiskTxPos;
|
||||||
class uint256;
|
class uint256;
|
||||||
|
|
||||||
//! -dbcache default (MiB)
|
//! -dbcache default (MiB)
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <boost/signals2/signal.hpp>
|
#include <boost/signals2/signal.hpp>
|
||||||
|
|
||||||
class CBlock;
|
class CBlock;
|
||||||
class CBlockLocator;
|
struct CBlockLocator;
|
||||||
class CTransaction;
|
class CTransaction;
|
||||||
class CValidationInterface;
|
class CValidationInterface;
|
||||||
class CValidationState;
|
class CValidationState;
|
||||||
|
|
Loading…
Reference in a new issue