Skip to content

Commit eb47ebb

Browse files
authored
always use protection!!!! (#1294)
1 parent 5322eb9 commit eb47ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ class cocos2d::CCCatmullRomTo : cocos2d::CCCardinalSplineTo {
667667

668668
[[link(win, android)]]
669669
class cocos2d::CCClippingNode : cocos2d::CCNode {
670-
CCClippingNode() = imac 0x71efd0, m1 0x6320b0;
670+
protected CCClippingNode() = imac 0x71efd0, m1 0x6320b0;
671671
virtual ~CCClippingNode() = imac 0x71f050, m1 0x632108;
672672

673673
static cocos2d::CCClippingNode* create() = imac 0x71f120, m1 0x6321c0;
@@ -1675,7 +1675,7 @@ class cocos2d::CCImage : cocos2d::CCObject {
16751675

16761676
[[link(win, android)]]
16771677
class cocos2d::CCIMEDelegate {
1678-
CCIMEDelegate() = imac 0x4bbc20, m1 0x41be44, ios 0x1d3818;
1678+
protected CCIMEDelegate() = imac 0x4bbc20, m1 0x41be44, ios 0x1d3818;
16791679
virtual ~CCIMEDelegate() = imac 0x4bbe20, m1 0x41c054, ios 0x1d3958;
16801680

16811681
virtual bool attachWithIME() = imac 0x4bbfa0, m1 0x41c1bc, ios 0x1d3a0c;

0 commit comments

Comments
 (0)