Browse Source

Merge pull request #5954

63e4c9c Fix clang compile warnings intriduced in #5681 (Michael Ford)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
d62fed14ab
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/txdb.h
  2. 2
      src/validationinterface.h

2
src/txdb.h

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
class CBlockFileInfo;
class CBlockIndex;
class CDiskTxPos;
struct CDiskTxPos;
class uint256;
//! -dbcache default (MiB)

2
src/validationinterface.h

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
#include <boost/signals2/signal.hpp>
class CBlock;
class CBlockLocator;
struct CBlockLocator;
class CTransaction;
class CValidationInterface;
class CValidationState;

Loading…
Cancel
Save