aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-06-16 12:27:53 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2017-06-16 12:35:11 -0700
commit7a74f88a26cf251ba36b26f604f1ac9940fd9c92 (patch)
tree6fa2e01cdee262da2f9aa8b5f3a9ff58cc6adeac
parentc2ab38bdd57a16e6c708dcc633d9162331c9d311 (diff)
parentcc0ed2675313dd40567df4bec6ccc12e63d7d2bb (diff)
downloadbitcoin-7a74f88a26cf251ba36b26f604f1ac9940fd9c92.tar.xz
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
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 45937ee21f..ad606b8535 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -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