From 6f313050cdc428427480f2eebd0db4374830786b Mon Sep 17 00:00:00 2001 From: Abit Date: Thu, 15 Aug 2019 22:46:08 +0200 Subject: [PATCH] Fix Windows linker error --- libraries/app/include/graphene/app/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/app/include/graphene/app/util.hpp b/libraries/app/include/graphene/app/util.hpp index a92b51588f..734ea7de04 100644 --- a/libraries/app/include/graphene/app/util.hpp +++ b/libraries/app/include/graphene/app/util.hpp @@ -30,7 +30,7 @@ namespace protocol { struct price; } namespace chain { - struct asset_object; + class asset_object; } namespace app {