aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorAlexander Kjeldaas <alexander.kjeldaas@gmail.com>2012-11-10 23:53:32 -0300
committerAlexander Kjeldaas <alexander.kjeldaas@gmail.com>2012-11-11 00:25:19 -0300
commit40c5e409e1e202208d9c82b68e9a33f2b684fc04 (patch)
tree1e6e9e851d074af64be71a1146c6a68a533c828e /src/main.h
parent6ca2ea2fa2465c80f60830241d53cbd278870288 (diff)
downloadbitcoin-40c5e409e1e202208d9c82b68e9a33f2b684fc04.tar.xz
o Removed verbose clang warning
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 e346726045..0ef192f901 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;