diff --git a/src/script/lua_api/l_object.h b/src/script/lua_api/l_object.h index 75e961438..8225aa470 100644 --- a/src/script/lua_api/l_object.h +++ b/src/script/lua_api/l_object.h @@ -414,7 +414,7 @@ private: // set_flags(self, flags) static int l_set_flags(lua_State *L); - + // get_flags(self) static int l_get_flags(lua_State *L); };