diff --git a/src/tscore/ArgParser.cc b/src/tscore/ArgParser.cc index 4f634793cfa..222254c9d74 100644 --- a/src/tscore/ArgParser.cc +++ b/src/tscore/ArgParser.cc @@ -197,7 +197,7 @@ ArgParser::set_error(std::string e) _error_msg = e; } -std::string +std::string ArgParser::get_error() const { return _error_msg;