[4.0] Added const for IsVideoTextureSupported
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / video-player.h
index c630c72..f548ab1 100644 (file)
@@ -245,7 +245,7 @@ public:
    * @brief Checks whether the video texture is supported
    * @return True if supported, otherwise false.
    */
-  bool IsVideoTextureSupported();
+  bool IsVideoTextureSupported() const;
 
 private: // Not intended for application developers