Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 6e34c66

Browse files
committed
Merge branch 'master' into golos-v0.21.0
2 parents 81b7771 + 56e388a commit 6e34c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/json_rpc/include/golos/plugins/json_rpc

plugins/json_rpc/include/golos/plugins/json_rpc/plugin.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace golos {
9696
APPBASE_PLUGIN_REQUIRES();
9797

9898
void set_program_options(boost::program_options::options_description &,
99-
boost::program_options::options_description &) override;
99+
boost::program_options::options_description &);
100100

101101
static const std::string &name() {
102102
static std::string name = STEEM_JSON_RPC_PLUGIN_NAME;

0 commit comments

Comments
 (0)