summaryrefslogtreecommitdiffstats
path: root/src/Bindings
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-28 15:44:36 +0200
committerMattes D <github@xoft.cz>2014-08-28 15:44:36 +0200
commit49ac6fadfc441e1de1a0127ff45996ac3abae150 (patch)
tree7181f5d409467d7fff7a92a3f112afd1972b477b /src/Bindings
parentFixed comments (diff)
downloadcuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.gz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.bz2
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.lz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.xz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.zst
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.zip
Diffstat (limited to 'src/Bindings')
-rw-r--r--src/Bindings/ManualBindings.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp
index 6b40cece8..23651b0e1 100644
--- a/src/Bindings/ManualBindings.cpp
+++ b/src/Bindings/ManualBindings.cpp
@@ -301,11 +301,11 @@ static int tolua_cFile_GetFolderContents(lua_State * tolua_S)
-template<
+template <
class Ty1,
class Ty2,
bool (Ty1::*Func1)(const AString &, cItemCallback<Ty2> &)
- >
+>
static int tolua_DoWith(lua_State* tolua_S)
{
int NumArgs = lua_gettop(tolua_S) - 1; /* This includes 'self' */
@@ -395,7 +395,7 @@ static int tolua_DoWith(lua_State* tolua_S)
-template<
+template <
class Ty1,
class Ty2,
bool (Ty1::*Func1)(int, cItemCallback<Ty2> &)
@@ -485,7 +485,7 @@ static int tolua_DoWithID(lua_State* tolua_S)
-template<
+template <
class Ty1,
class Ty2,
bool (Ty1::*Func1)(int, int, int, cItemCallback<Ty2> &)
@@ -580,7 +580,7 @@ static int tolua_DoWithXYZ(lua_State* tolua_S)
-template<
+template <
class Ty1,
class Ty2,
bool (Ty1::*Func1)(int, int, cItemCallback<Ty2> &)
@@ -676,7 +676,7 @@ static int tolua_ForEachInChunk(lua_State * tolua_S)
-template<
+template <
class Ty1,
class Ty2,
bool (Ty1::*Func1)(cItemCallback<Ty2> &)