#12 Fixing linux build

This commit is contained in:
Roland Winklmeier
2013-03-30 17:41:04 +01:00
parent eea8405e1c
commit 585c4db578
27 changed files with 68 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ namespace BlackMisc
// internal use only
void create (QString &logPath = QString(""), bool logInFile = true, bool eraseLastLog = false);
void create (const char *logPath = "", bool logInFile = true, bool eraseLastLog = false);
// init Debug
void init(bool logInFile);