logic: Fixed cli message handling and Mac build

This commit is contained in:
Eberhard Graether
2017-08-10 01:17:26 +02:00
parent 9269468a7b
commit ece2cbfe14
10 changed files with 48 additions and 78 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ namespace utility
int getIdealThreadCount();
OsType getOsType();
bool saveLicense(License* license);
bool saveLicense(const License* license);
}
#endif // UTILITY_APP_H