develop
Ben Lubar 2020-02-29 13:24:12 -06:00
parent a30678cee3
commit 3ddbb5cec1
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 1 additions and 1 deletions

@ -311,7 +311,7 @@ namespace DFHack
virtual void build_metatable(lua_State *state); virtual void build_metatable(lua_State *state);
}; };
class DFHACK_EXPORT global_identity : public union_identity { class DFHACK_EXPORT union_identity : public struct_identity {
public: public:
union_identity(size_t size, TAllocateFn alloc, union_identity(size_t size, TAllocateFn alloc,
compound_identity *scope_parent, const char *dfhack_name, compound_identity *scope_parent, const char *dfhack_name,