From ff2ebd3916f2129668affd9bafe75429c9ca840f Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Wed, 14 Aug 2019 14:05:30 +0200 Subject: [PATCH] Enable building on Ubuntu 18.04 using GCC 7 compiler --- .../chain/include/graphene/chain/vesting_balance_object.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/chain/include/graphene/chain/vesting_balance_object.hpp b/libraries/chain/include/graphene/chain/vesting_balance_object.hpp index 0c2a12f7..5ae93a4a 100644 --- a/libraries/chain/include/graphene/chain/vesting_balance_object.hpp +++ b/libraries/chain/include/graphene/chain/vesting_balance_object.hpp @@ -188,8 +188,9 @@ namespace graphene { namespace chain { ordered_non_unique< tag, composite_key< vesting_balance_object, - member_offset, - member_offset + member_offset, + member, + member_offset //member //member_offset >,