aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2017-06-15 14:43:44 +0200
committerPavel Janík <Pavel@Janik.cz>2017-06-15 14:43:44 +0200
commitcc0ed2675313dd40567df4bec6ccc12e63d7d2bb (patch)
tree6fa2e01cdee262da2f9aa8b5f3a9ff58cc6adeac /src/wallet
parentc2ab38bdd57a16e6c708dcc633d9162331c9d311 (diff)
downloadbitcoin-cc0ed2675313dd40567df4bec6ccc12e63d7d2bb.tar.xz
Supress struct/class mismatch warnings introduced in #10284.
Diffstat (limited to 'src/wallet')
-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