From 4113929fc0e5ac08d3bad3371b272be400435d53 Mon Sep 17 00:00:00 2001 From: Jialong Zhai Date: Thu, 30 Oct 2014 14:36:15 +0800 Subject: [PATCH] Update UIVideoPlayer.h --- cocos/ui/UIVideoPlayer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/ui/UIVideoPlayer.h b/cocos/ui/UIVideoPlayer.h index be7d9b985f..5a419a940e 100644 --- a/cocos/ui/UIVideoPlayer.h +++ b/cocos/ui/UIVideoPlayer.h @@ -84,6 +84,7 @@ namespace experimental{ VideoPlayer(); virtual ~VideoPlayer(); + protected: #if CC_VIDEOPLAYER_DEBUG_DRAW CustomCommand _customDebugDrawCommand; void VideoPlayer::drawDebugData();