mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 03:55:43 -04:00
inline ds_dictionary dtor, what could go wrong
This commit is contained in:
parent
204ec63ce5
commit
2bcbc396d5
1 changed files with 1 additions and 1 deletions
|
@ -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*);
|
||||
|
|
Loading…
Add table
Reference in a new issue