diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-01 14:37:14 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-01 14:37:14 +0200 |
commit | 1485124291368c4a2ca8ea09c18e813f1dbabf5c (patch) | |
tree | e8b11b4c6a960a98089ef9a5a4d9f65c81cf54c2 | |
parent | d0d256536cdfb1443067fb7cc0a19d647f636a5c (diff) |
Fix -Wmismatched-tags warnings
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |