aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-01-29 22:03:49 -0500
committerGavin Andresen <[email protected]>2013-01-29 22:03:49 -0500
commit15ebd4865af31167e9141bb6b1818b7e08267dac (patch)
tree57a69e9ed6cccb86d87bbc1a4477b422851107a5 /src/main.h
parentMerge pull request #2231 from sipa/cleanups (diff)
downloaddiscoin-15ebd4865af31167e9141bb6b1818b7e08267dac.tar.xz
discoin-15ebd4865af31167e9141bb6b1818b7e08267dac.zip
Fix two clang3.3 warnings
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 9dbcac0b5..202708f8c 100644
--- a/src/main.h
+++ b/src/main.h
@@ -106,7 +106,7 @@ static const uint64 nMinDiskSpace = 52428800;
class CReserveKey;
class CCoinsDB;
class CBlockTreeDB;
-class CDiskBlockPos;
+struct CDiskBlockPos;
class CCoins;
class CTxUndo;
class CCoinsView;