aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-11-12 22:26:08 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2012-11-12 22:26:08 -0800
commit0d5b1d2a3e0c154da2228632524a077b2b65aa2a (patch)
tree631c96b0ea44ba3d877c874e52a080edb7bd6bfb /src
parente12efb9d33e0daa21a0cde6f26c4b6cc8f0ff48f (diff)
parent40c5e409e1e202208d9c82b68e9a33f2b684fc04 (diff)
downloadbitcoin-0d5b1d2a3e0c154da2228632524a077b2b65aa2a.tar.xz
Merge pull request #2002 from alexanderkjeldaas/clang-warnings
o Removed verbose clang warning
Diffstat (limited to 'src')
-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;