mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:17:28 +02:00
hopefully fix unix build buster
This commit is contained in:
parent
c7e840e0d4
commit
a311e40f25
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ private:
|
||||||
LogDisplay& operator=(LogDisplay const&); // = delete;
|
LogDisplay& operator=(LogDisplay const&); // = delete;
|
||||||
|
|
||||||
// format and log message - entrypoint used to replace global 'printLog'
|
// format and log message - entrypoint used to replace global 'printLog'
|
||||||
static int static printLogHandler(char const* fmt, ...);
|
static int printLogHandler(char const* fmt, ...);
|
||||||
|
|
||||||
// log formatted message (called by printLogHandler)
|
// log formatted message (called by printLogHandler)
|
||||||
inline void addMessage(char const*);
|
inline void addMessage(char const*);
|
||||||
|
|
Loading…
Reference in a new issue