Code sanitizer output

This commit is contained in:
stephb9959
2022-03-25 20:59:51 -07:00
parent 809b4bb79d
commit e7f51b7be1
2 changed files with 6 additions and 1 deletions

View File

@@ -24,8 +24,10 @@ namespace OpenWifi {
std::string FileType_;
std::string Name_;
std::string Id_;
[[maybe_unused]] Poco::Logger &Logger_;
Poco::Logger &Logger_;
std::stringstream &OutputStream_;
inline Poco::Logger & Logger() { return Logger_; }
};
class RESTAPI_subavatar_handler : public RESTAPIHandler {