We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4fd0c commit 63e4c9cCopy full SHA for 63e4c9c
src/txdb.h
@@ -16,7 +16,7 @@
16
17
class CBlockFileInfo;
18
class CBlockIndex;
19
-class CDiskTxPos;
+struct CDiskTxPos;
20
class uint256;
21
22
//! -dbcache default (MiB)
src/validationinterface.h
@@ -9,7 +9,7 @@
9
#include <boost/signals2/signal.hpp>
10
11
class CBlock;
12
-class CBlockLocator;
+struct CBlockLocator;
13
class CTransaction;
14
class CValidationInterface;
15
class CValidationState;
0 commit comments