Skip to content

Commit

Permalink
Add default constructor for general_asset_info
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Aug 15, 2019
1 parent 32da771 commit 72b9860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/app/include/graphene/app/api_objects.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ namespace graphene { namespace app {
ALL ///< ALL, to be used as query parameter
};

general_asset_info() {}
explicit general_asset_info( const asset_object& a,
const asset_bitasset_data_object* b = nullptr );

Expand Down

0 comments on commit 72b9860

Please sign in to comment.