From 21caba4cfae2b99e2e7d22ea305d2b4407e57329 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Tue, 13 Oct 2015 10:44:18 -0400 Subject: [PATCH] remove stray semicolon that confuses doxygen --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index 2be66894..71476555 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -1353,7 +1353,7 @@ FC_REFLECT( graphene::wallet::brain_key_info, (brain_priv_key) (wif_priv_key) (pub_key) - ); + ) FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys)(public_keys) )