Optimization to reduce Handle size by 50%
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / text-view / text-view.h
index bbad023..b8b8e2a 100644 (file)
@@ -307,11 +307,11 @@ public:
   static TextView DownCast( BaseHandle handle );
 
   /**
-   * @brief Virtual destructor.
+   * @brief Destructor
    *
-   * Dali::Object derived classes typically do not contain member data.
+   * This is non-virtual since derived Handle types must not contain data or virtual methods.
    */
-  virtual ~TextView();
+  ~TextView();
 
   /**
    * @brief Replace the current text with a new text string.