mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
#12 Fixing linux build
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user