Skip to content

Commit cc0ed26

Browse files
committed
Supress struct/class mismatch warnings introduced in #10284.
1 parent c2ab38b commit cc0ed26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class CScheduler;
7777
class CTxMemPool;
7878
class CBlockPolicyEstimator;
7979
class CWalletTx;
80-
class FeeCalculation;
80+
struct FeeCalculation;
8181

8282
/** (client) version numbers for particular wallet features */
8383
enum WalletFeature

0 commit comments

Comments
 (0)