diff options
| author | Michael Ford <[email protected]> | 2015-03-29 19:45:05 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2015-03-29 19:45:05 +0800 |
| commit | 63e4c9cd355042d050e568c6164473c1bd6cc63d (patch) | |
| tree | c07112cb631b15fd855f6590a1675aed4aad91f4 /src/validationinterface.h | |
| parent | Merge pull request #5876 (diff) | |
| download | discoin-63e4c9cd355042d050e568c6164473c1bd6cc63d.tar.xz discoin-63e4c9cd355042d050e568c6164473c1bd6cc63d.zip | |
Fix clang compile warnings intriduced in #5681
Diffstat (limited to 'src/validationinterface.h')
| -rw-r--r-- | src/validationinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validationinterface.h b/src/validationinterface.h index b21b6e578..bee67d892 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -9,7 +9,7 @@ #include <boost/signals2/signal.hpp> class CBlock; -class CBlockLocator; +struct CBlockLocator; class CTransaction; class CValidationInterface; class CValidationState; |