mirror of https://github.com/kiwix/libkiwix.git
Fixed an encapsulation breach
This commit is contained in:
parent
54191bcfab
commit
0b7cd614c6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue