aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
authorMichael Ford <[email protected]>2015-03-29 19:45:05 +0800
committerMichael Ford <[email protected]>2015-03-29 19:45:05 +0800
commit63e4c9cd355042d050e568c6164473c1bd6cc63d (patch)
treec07112cb631b15fd855f6590a1675aed4aad91f4 /src/txdb.h
parentMerge pull request #5876 (diff)
downloaddiscoin-63e4c9cd355042d050e568c6164473c1bd6cc63d.tar.xz
discoin-63e4c9cd355042d050e568c6164473c1bd6cc63d.zip
Fix clang compile warnings intriduced in #5681
Diffstat (limited to 'src/txdb.h')
-rw-r--r--src/txdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txdb.h b/src/txdb.h
index 1ce93969d..86e1c5d83 100644
--- a/src/txdb.h
+++ b/src/txdb.h
@@ -16,7 +16,7 @@
class CBlockFileInfo;
class CBlockIndex;
-class CDiskTxPos;
+struct CDiskTxPos;
class uint256;
//! -dbcache default (MiB)