forked from github/server
noch eine Stelle mit LUABIND_OLD :-/
This commit is contained in:
parent
0336a0953e
commit
a032e94382
|
@ -52,7 +52,11 @@ namespace eressea {
|
|||
}
|
||||
}
|
||||
}
|
||||
#ifdef LUABIND_OLD
|
||||
return object(L); // nil
|
||||
#else
|
||||
return object(); // nil
|
||||
#endif
|
||||
}
|
||||
|
||||
static void set_object(attrib **attribs, const char * name, object_type type, variant val) {
|
||||
|
|
Loading…
Reference in New Issue