hopefully fix unix build buster

This commit is contained in:
ZappoMan 2013-05-21 23:10:57 -07:00
parent c7e840e0d4
commit a311e40f25

View file

@ -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*);