From 40c5e409e1e202208d9c82b68e9a33f2b684fc04 Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Sat, 10 Nov 2012 23:53:32 -0300 Subject: [PATCH] o Removed verbose clang warning --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index e34672604..0ef192f90 100644 --- a/src/main.h +++ b/src/main.h @@ -22,7 +22,7 @@ class CAddress; class CInv; class CNode; -class CBlockIndexWorkComparator; +struct CBlockIndexWorkComparator; /** The maximum allowed size for a serialized block, in bytes (network rule) */ static const unsigned int MAX_BLOCK_SIZE = 1000000;