diff options
author | Pavel Janík <Pavel@Janik.cz> | 2017-06-15 14:43:44 +0200 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2017-06-15 14:43:44 +0200 |
commit | cc0ed2675313dd40567df4bec6ccc12e63d7d2bb (patch) | |
tree | 6fa2e01cdee262da2f9aa8b5f3a9ff58cc6adeac /src | |
parent | c2ab38bdd57a16e6c708dcc633d9162331c9d311 (diff) |
Supress struct/class mismatch warnings introduced in #10284.
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet.h | 2 |
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 |