mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Poco1.8.1 compilation error for C++98 mode #2121
This commit is contained in:
@@ -40,4 +40,10 @@ Parser::~Parser()
|
||||
}
|
||||
|
||||
|
||||
void Parser::setHandler(const Handler::Ptr& pHandler)
|
||||
{
|
||||
setHandlerImpl(pHandler);
|
||||
}
|
||||
|
||||
|
||||
} } // namespace Poco::JSON
|
||||
|
||||
Reference in New Issue
Block a user