Skip to content

Commit 7a74f88

Browse files
committed
Merge #10598: Supress struct/class mismatch warnings introduced in #10284
cc0ed26 Supress struct/class mismatch warnings introduced in #10284. (Pavel Janík) Tree-SHA512: 16a6870401b5227c276931841f188479ed5960cf38d8e685f222f58550744c9fcf96a2ea3f2be9a0b1a8d0856a802fc4ec38df7bf90cd5de1f3fe20c4ca15b9d
2 parents c2ab38b + cc0ed26 commit 7a74f88

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)