- allow using new cmake var for finding glest.ini called MG_CMAKE_INSTALL_PREFIX to solve issue #167

This commit is contained in:
SoftCoder
2017-09-22 23:21:40 -07:00
parent de8d05b882
commit 5d0f5013fd
4 changed files with 50 additions and 62 deletions

View File

@@ -213,6 +213,7 @@ public:
protected:
static void throwException(string str);
static void getLocalIPAddressListForPlatform(std::vector<std::string> &ipList);
};
class SafeSocketBlockToggleWrapper {