Skip to content

Commit 1485124

Browse files
committed
Fix -Wmismatched-tags warnings
1 parent d0d2565 commit 1485124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CBlockIndex;
4040
class CBlockTreeDB;
4141
class CBlockUndo;
4242
class CChainParams;
43-
class CCheckpointData;
43+
struct CCheckpointData;
4444
class CInv;
4545
class CConnman;
4646
class CScriptCheck;

0 commit comments

Comments
 (0)