Revert "Build System Updated"

This commit is contained in:
Alex
2019-10-12 21:07:06 -07:00
committed by GitHub
parent 579471afcc
commit b9f57f1f28
193 changed files with 14124 additions and 10507 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ luabind::scope lua_register_hate_entry() {
luabind::scope lua_register_hate_list() {
return luabind::class_<Lua_HateList>("HateList")
.def_readwrite("entries", &Lua_HateList::entries, luabind::return_stl_iterator());
.def_readwrite("entries", &Lua_HateList::entries, luabind::return_stl_iterator);
}
#endif