From 43e684071933adef93040e8d4b830d5c6b71cf9a Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 12 Jan 2013 04:46:01 +0000 Subject: Merged branch "branches/hooks" into "trunk". git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Log.h') 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 -- cgit v1.2.3