diff --git a/ZRColaWS/appcomponent.hpp b/ZRColaWS/appcomponent.hpp index 0f74b31..f678d29 100644 --- a/ZRColaWS/appcomponent.hpp +++ b/ZRColaWS/appcomponent.hpp @@ -47,7 +47,7 @@ public: return oatpp::network::Server::createShared(connectionProvider, connectionHandler); }()); - OATPP_CREATE_COMPONENT(std::shared_ptr, swaggerDocumentInfo)([this] { + OATPP_CREATE_COMPONENT(std::shared_ptr, swaggerDocumentInfo)([] { oatpp::swagger::DocumentInfo::Builder builder; builder .setTitle("ZRCola Web Service")