[4.0] Added const for IsVideoTextureSupported
[platform/core/uifw/dali-adaptor.git] / adaptors / common / video-player-impl.cpp
index 0807e2a..7a66095 100644 (file)
@@ -289,7 +289,7 @@ void VideoPlayer::Backward( int millisecond )
   }
 }
 
-bool VideoPlayer::IsVideoTextureSupported()
+bool VideoPlayer::IsVideoTextureSupported() const
 {
   if( mPlugin != NULL )
   {