We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81b7771 + 56e388a commit 6e34c66Copy full SHA for 6e34c66
1 file changed
plugins/json_rpc/include/golos/plugins/json_rpc/plugin.hpp
@@ -96,7 +96,7 @@ namespace golos {
96
APPBASE_PLUGIN_REQUIRES();
97
98
void set_program_options(boost::program_options::options_description &,
99
- boost::program_options::options_description &) override;
+ boost::program_options::options_description &);
100
101
static const std::string &name() {
102
static std::string name = STEEM_JSON_RPC_PLUGIN_NAME;
0 commit comments