Skip to content

Commit

Permalink
CCDictionary custom constructor (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored Oct 10, 2024
1 parent 6d0b583 commit 30542d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/include/Geode/cocos/cocoa/CCDictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class CC_DLL CCDictionary : public CCObject
* @lua NA
*/
CCDictionary();
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCDictionary, CCObject);

/**
* The destructor of CCDictionary
Expand Down

0 comments on commit 30542d7

Please sign in to comment.