From 3ddbb5cec14b35a156757eee75feacf60a13b969 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Sat, 29 Feb 2020 13:24:12 -0600 Subject: [PATCH] fix typo --- library/include/DataDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/DataDefs.h b/library/include/DataDefs.h index faabcddcc..4ba23fcd8 100644 --- a/library/include/DataDefs.h +++ b/library/include/DataDefs.h @@ -311,7 +311,7 @@ namespace DFHack virtual void build_metatable(lua_State *state); }; - class DFHACK_EXPORT global_identity : public union_identity { + class DFHACK_EXPORT union_identity : public struct_identity { public: union_identity(size_t size, TAllocateFn alloc, compound_identity *scope_parent, const char *dfhack_name,