diff options
Diffstat (limited to '')
-rw-r--r-- | src/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ private: public: cLog(const AString & a_FileName); ~cLog(); - void Log(const char * a_Format, va_list argList, va_list argListCopy); + void Log(const char * a_Format, va_list argList); void Log(const char * a_Format, ...); // tolua_begin void SimpleLog(const char * a_String); |