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 void copySpecialProperties(Widget* model) override;
|
||||
|
||||
CC_CONSTRUCTOR_ACCESS:
|
||||
VideoPlayer();
|
||||
virtual ~VideoPlayer();
|
||||
|
||||
protected:
|
||||
#if CC_VIDEOPLAYER_DEBUG_DRAW
|
||||
DrawNode *_debugDrawNode;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue