Merge pull request #8973 from joshuastray/fix_constructor_access

modify protected -> CC_CONSTRUCTOR_ACCESS
This commit is contained in:
minggo 2014-10-31 10:26:32 +08:00
commit 87d7b7e8ee
1 changed files with 2 additions and 0 deletions

View File

@ -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