Skip to content

Commit 7c663f5

Browse files
committed
CCClippingNode constructor and destructor
1 parent 6bd76a0 commit 7c663f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/Cocos2d.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,8 +3832,8 @@ class cocos2d::CCClippingNode : cocos2d::CCNode {
38323832
static cocos2d::CCClippingNode* create() = imac 0x708da0, m1 0x628634;
38333833
static cocos2d::CCClippingNode* create(cocos2d::CCNode* stencil) = imac 0x708e30, m1 0x6286bc;
38343834

3835-
CCClippingNode();
3836-
virtual ~CCClippingNode();
3835+
CCClippingNode() = m1 0x628524, imac 0x708c50;
3836+
virtual ~CCClippingNode() = m1 0x6285b8, imac 0x708d10;
38373837

38383838
virtual bool init() = m1 0x62875c, imac 0x708ee0;
38393839

0 commit comments

Comments
 (0)