diff --git a/cocos/ui/UIVideoPlayer.h b/cocos/ui/UIVideoPlayer.h index 5a419a940e..6dc6ae05c7 100644 --- a/cocos/ui/UIVideoPlayer.h +++ b/cocos/ui/UIVideoPlayer.h @@ -84,7 +84,7 @@ namespace experimental{ VideoPlayer(); virtual ~VideoPlayer(); - protected: + protected: #if CC_VIDEOPLAYER_DEBUG_DRAW CustomCommand _customDebugDrawCommand; void VideoPlayer::drawDebugData();