From 1485124291368c4a2ca8ea09c18e813f1dbabf5c Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:37:14 +0200 Subject: Fix -Wmismatched-tags warnings --- src/validation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/validation.h b/src/validation.h index e86b3d3af8..fc7add85b7 100644 --- a/src/validation.h +++ b/src/validation.h @@ -40,7 +40,7 @@ class CBlockIndex; class CBlockTreeDB; class CBlockUndo; class CChainParams; -class CCheckpointData; +struct CCheckpointData; class CInv; class CConnman; class CScriptCheck; -- cgit v1.2.3