diff options
author | Alexander Kjeldaas <alexander.kjeldaas@gmail.com> | 2012-11-10 23:53:32 -0300 |
---|---|---|
committer | Alexander Kjeldaas <alexander.kjeldaas@gmail.com> | 2012-11-11 00:25:19 -0300 |
commit | 40c5e409e1e202208d9c82b68e9a33f2b684fc04 (patch) | |
tree | 1e6e9e851d074af64be71a1146c6a68a533c828e /src/main.h | |
parent | 6ca2ea2fa2465c80f60830241d53cbd278870288 (diff) |
o Removed verbose clang warning
Diffstat (limited to 'src/main.h')
-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; |