diff options
author | madmaxoft <github@xoft.cz> | 2014-10-06 13:48:44 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-10-06 13:48:44 +0200 |
commit | 4e82a580602226e37aae0b1c361e71e4ce47ef52 (patch) | |
tree | 74eb0d689ab8e59e156ad3d5ebc2534f5c9af11a /src/Bindings/LuaState.h | |
parent | Merge pull request #1509 from WebFreak001/master (diff) | |
download | cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar.gz cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar.bz2 cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar.lz cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar.xz cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.tar.zst cuberite-4e82a580602226e37aae0b1c361e71e4ce47ef52.zip |
Diffstat (limited to 'src/Bindings/LuaState.h')
-rw-r--r-- | src/Bindings/LuaState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/LuaState.h b/src/Bindings/LuaState.h index 094a200e0..ef87c3efc 100644 --- a/src/Bindings/LuaState.h +++ b/src/Bindings/LuaState.h @@ -304,7 +304,7 @@ public: void ToString(int a_StackPos, AString & a_String); /** Logs all the elements' types on the API stack, with an optional header for the listing. */ - void LogStack(const char * a_Header); + void LogStack(const char * a_Header = NULL); /** Logs all the elements' types on the API stack, with an optional header for the listing. */ static void LogStack(lua_State * a_LuaState, const char * a_Header = NULL); |