[4.0] Added const for IsVideoTextureSupported
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / video-player-plugin.h
index 10a6d5d..f1c309b 100644 (file)
@@ -215,7 +215,7 @@ public:
    * @brief Checks whether the video texture is supported
    * @return True if supported, otherwise false.
    */
-  virtual bool IsVideoTextureSupported() = 0;
+  virtual bool IsVideoTextureSupported() const = 0;
 
 };