Merge pull request #380 from ZappoMan/master

build buster fix?
This commit is contained in:
ZappoMan 2013-05-21 23:11:43 -07:00
commit a8c4e928b8

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