Skip to content

Commit 9abee01

Browse files
authored
DS_Dictionary::getObjectForKey (imac) (#1300)
1 parent c03b02b commit 9abee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5872,7 +5872,7 @@ class DS_Dictionary {
58725872
int getIntegerForKey(char const*) = imac 0x17d910, m1 0x1430f8, ios 0x1617e4;
58735873
gd::string getKey(unsigned int) = imac 0x17d250, m1 0x142aa8;
58745874
unsigned int getNumKeys();
5875-
cocos2d::CCObject* getObjectForKey(char const*) = m1 0x145f64, ios 0x162828;
5875+
cocos2d::CCObject* getObjectForKey(char const*) = m1 0x145f64, ios 0x162828, imac 0x180c10;
58765876
gd::vector<cocos2d::CCRect> getRectArrayForKey(char const*);
58775877
cocos2d::CCRect getRectForKey(char const*);
58785878
gd::vector<gd::string> getStringArrayForKey(char const*);

0 commit comments

Comments
 (0)