mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
commit
a8c4e928b8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ private:
|
|||
LogDisplay& operator=(LogDisplay const&); // = delete;
|
||||
|
||||
// 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)
|
||||
inline void addMessage(char const*);
|
||||
|
|
Loading…
Reference in a new issue