Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/luaobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ int luaA_object_emit_signal_simple(lua_State *);
p_clear(p, 1); \
(lua_class).instances++; \
luaA_settype(L, &(lua_class)); \
lua_newtable(L); \
lua_createtable(L, 0, 1); /* for the data field */ \
lua_newtable(L); \
lua_setmetatable(L, -2); \
lua_newtable(L); \
Expand Down
Loading