#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

@@ -30,7 +30,7 @@ namespace BlackMisc
protected:
/// Method to implement in the derived class
virtual void doPrint(const CLog::SLogInformation &logInformation, const QString &message) = NULL;
virtual void doPrint(const CLog::SLogInformation &logInformation, const QString &message) = 0;
// Return the header string with date (for the first line of the log)
static QString headLine ();