mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
commit
a8c4e928b8
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