Fixed an encapsulation breach

This commit is contained in:
Veloman Yunkan 2023-12-06 14:50:15 +04:00
parent 54191bcfab
commit 0b7cd614c6
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public: // functions
protected: // functions protected: // functions
std::string getMessage(const std::string& msgId) const; std::string getMessage(const std::string& msgId) const;
public: //data protected: //data
const RequestContext& m_request; const RequestContext& m_request;
const int m_httpStatusCode; const int m_httpStatusCode;
const std::string m_mimeType; const std::string m_mimeType;