mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fix clang compile warnings intriduced in #5681
This commit is contained in:
parent
8e4fd0cc31
commit
63e4c9cd35
@ -16,7 +16,7 @@
|
||||
|
||||
class CBlockFileInfo;
|
||||
class CBlockIndex;
|
||||
class CDiskTxPos;
|
||||
struct CDiskTxPos;
|
||||
class uint256;
|
||||
|
||||
//! -dbcache default (MiB)
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <boost/signals2/signal.hpp>
|
||||
|
||||
class CBlock;
|
||||
class CBlockLocator;
|
||||
struct CBlockLocator;
|
||||
class CTransaction;
|
||||
class CValidationInterface;
|
||||
class CValidationState;
|
||||
|
Loading…
Reference in New Issue
Block a user