From 15ebd4865af31167e9141bb6b1818b7e08267dac Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 29 Jan 2013 22:03:49 -0500 Subject: Fix two clang3.3 warnings --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 9dbcac0b5a..202708f8cd 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; -- cgit v1.2.3