From 28de751f2c5d3d456b5de2691464dfe6a814e178 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 15 Aug 2013 13:05:24 +0200 Subject: Attempting to fix CentOS / gcc 4.4.7 compilation problem. Reported by ThijsD in the forum http://forum.mc-server.org/showthread.php?tid=1220 --- source/LuaState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/LuaState.cpp') diff --git a/source/LuaState.cpp b/source/LuaState.cpp index 6de8f3dc1..d1a8613b0 100644 --- a/source/LuaState.cpp +++ b/source/LuaState.cpp @@ -32,7 +32,7 @@ extern "C" -const cLuaState::cRet cLuaState::Return; +const cLuaState::cRet cLuaState::Return = {}; -- cgit v1.2.3