Merge #10598: Supress struct/class mismatch warnings introduced in #10284

cc0ed2675 Supress struct/class mismatch warnings introduced in #10284. (Pavel Janík)

Tree-SHA512: 16a6870401b5227c276931841f188479ed5960cf38d8e685f222f58550744c9fcf96a2ea3f2be9a0b1a8d0856a802fc4ec38df7bf90cd5de1f3fe20c4ca15b9d
This commit is contained in:
Pieter Wuille 2017-06-16 12:27:53 -07:00
commit 7a74f88a26
No known key found for this signature in database
GPG key ID: A636E97631F767E0

View file

@ -77,7 +77,7 @@ class CScheduler;
class CTxMemPool;
class CBlockPolicyEstimator;
class CWalletTx;
class FeeCalculation;
struct FeeCalculation;
/** (client) version numbers for particular wallet features */
enum WalletFeature