inline ds_dictionary dtor, what could go wrong

This commit is contained in:
matcool 2024-02-10 16:34:34 -03:00
parent 204ec63ce5
commit 2bcbc396d5

View file

@ -20,7 +20,7 @@ public:
public:
DS_Dictionary();
~DS_Dictionary();
~DS_Dictionary() {}
GEODE_CUSTOM_CONSTRUCTOR_BEGIN(DS_Dictionary)
static void copyFile(const char*, const char*);