mirror of https://github.com/axmolengine/axmol.git
Merge pull request #8973 from joshuastray/fix_constructor_access
modify protected -> CC_CONSTRUCTOR_ACCESS
This commit is contained in:
commit
87d7b7e8ee
|
@ -80,9 +80,11 @@ namespace experimental{
|
||||||
virtual cocos2d::ui::Widget* createCloneInstance() override;
|
virtual cocos2d::ui::Widget* createCloneInstance() override;
|
||||||
virtual void copySpecialProperties(Widget* model) override;
|
virtual void copySpecialProperties(Widget* model) override;
|
||||||
|
|
||||||
|
CC_CONSTRUCTOR_ACCESS:
|
||||||
VideoPlayer();
|
VideoPlayer();
|
||||||
virtual ~VideoPlayer();
|
virtual ~VideoPlayer();
|
||||||
|
|
||||||
|
protected:
|
||||||
#if CC_VIDEOPLAYER_DEBUG_DRAW
|
#if CC_VIDEOPLAYER_DEBUG_DRAW
|
||||||
DrawNode *_debugDrawNode;
|
DrawNode *_debugDrawNode;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue