From ca3bf6516c3d6bb067ecd63d6b4897c96770f202 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sun, 2 Apr 2023 17:30:53 +0300 Subject: [PATCH] add geode custom ctor to DS_Dictionary --- loader/include/Geode/cocos/robtop/xml/DS_Dictionary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/include/Geode/cocos/robtop/xml/DS_Dictionary.h b/loader/include/Geode/cocos/robtop/xml/DS_Dictionary.h index c08f1637..c280cb74 100644 --- a/loader/include/Geode/cocos/robtop/xml/DS_Dictionary.h +++ b/loader/include/Geode/cocos/robtop/xml/DS_Dictionary.h @@ -21,6 +21,7 @@ public: public: DS_Dictionary(); ~DS_Dictionary(); + GEODE_CUSTOM_CONSTRUCTOR_BEGIN(DS_Dictionary) static void copyFile(const char*, const char*);