mirror of
https://github.com/edubart/otclient.git
synced 2025-12-27 10:07:11 +01:00
fix compiling on gcc 4.6 (too early to use 4.7.1...)
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
private:
|
||||
std::string m_workDir;
|
||||
std::string m_writeDir;
|
||||
bool m_hasSearchPath = false;
|
||||
stdext::boolean<false> m_hasSearchPath;
|
||||
std::deque<std::string> m_searchPaths;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user