diff --git a/libraries/wallet/wallet.cpp b/libraries/wallet/wallet.cpp index 86db6176..c379b845 100644 --- a/libraries/wallet/wallet.cpp +++ b/libraries/wallet/wallet.cpp @@ -659,7 +659,7 @@ public: } template - typename graphene::db::object_downcast_tget_object(ID id)const + graphene::db::object_downcast_t get_object(ID id)const { auto ob = _remote_db->get_objects({id}).front(); return ob.template as>( GRAPHENE_MAX_NESTED_OBJECTS ); diff --git a/tests/benchmarks/main.cpp b/tests/benchmarks/main.cpp index 706318d6..479fb337 100644 --- a/tests/benchmarks/main.cpp +++ b/tests/benchmarks/main.cpp @@ -23,3 +23,4 @@ */ #define BOOST_TEST_MODULE "C++ Benchmarks for Graphene Blockchain Database" #include +