Skip to content
Snippets Groups Projects
Commit 34f3d761 authored by Samuel Melchior's avatar Samuel Melchior
Browse files

No commit message

No commit message
parent ec74fd44
No related branches found
No related tags found
No related merge requests found
......@@ -498,7 +498,7 @@ static int luaCall(lua_State *L, void (*_f)(t0)) {
return 1;
};
template < >
static int luaCall(lua_State *L,void (*_f)()) {
int luaCall(lua_State *L,void (*_f)()) {
if (lua_gettop(L)==1)
lua_remove(L,1);
(*(_f))();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment