mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Fix building issues.
This commit is contained in:
parent
4b24c78f0f
commit
37f9d3e200
@ -28,6 +28,7 @@
|
||||
Config::Config()
|
||||
{
|
||||
m_confsDoc = OTMLDocument::create();
|
||||
m_fileName = "";
|
||||
}
|
||||
|
||||
bool Config::load(const std::string& file)
|
||||
|
@ -58,7 +58,7 @@ public:
|
||||
ConfigPtr asConfig() { return static_self_cast<Config>(); }
|
||||
|
||||
private:
|
||||
std::string m_fileName = "";
|
||||
std::string m_fileName;
|
||||
OTMLDocumentPtr m_confsDoc;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user