diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-11-12 22:26:08 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-11-12 22:26:08 -0800 |
commit | 0d5b1d2a3e0c154da2228632524a077b2b65aa2a (patch) | |
tree | 631c96b0ea44ba3d877c874e52a080edb7bd6bfb /src | |
parent | e12efb9d33e0daa21a0cde6f26c4b6cc8f0ff48f (diff) | |
parent | 40c5e409e1e202208d9c82b68e9a33f2b684fc04 (diff) |
Merge pull request #2002 from alexanderkjeldaas/clang-warnings
o Removed verbose clang warning
Diffstat (limited to 'src')
-rw-r--r-- | src/main.h | 2 |
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; |