From c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 5 Dec 2016 11:13:17 +0100 Subject: CMutableTransaction is defined as struct. --- src/core_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core_io.h b/src/core_io.h index 4344290bb8..88425ed4fb 100644 --- a/src/core_io.h +++ b/src/core_io.h @@ -11,7 +11,7 @@ class CBlock; class CScript; class CTransaction; -class CMutableTransaction; +struct CMutableTransaction; class uint256; class UniValue; -- cgit v1.2.3