diff options
Diffstat (limited to 'source/Log.h')
-rw-r--r-- | source/Log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Log.h b/source/Log.h index b405b52a4..d00022c6f 100644 --- a/source/Log.h +++ b/source/Log.h @@ -16,14 +16,14 @@ public: ~cLog(); void Log(const char* a_Format, va_list argList ); void Log(const char* a_Format, ...); - //tolua_begin + // tolua_begin void SimpleLog(const char* a_String); void OpenLog( const char* a_FileName ); void CloseLog(); void ClearLog(); static cLog* GetInstance(); }; -//tolua_end +// tolua_end |