[3.0] Move virtual destructor position to its original 35/105735/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Fri, 16 Dec 2016 05:42:45 +0000 (14:42 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 19 Dec 2016 10:29:16 +0000 (19:29 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I060d3b1c67119975dd1e6bbfb95efafe967e4a1d

dali-toolkit/public-api/controls/control-impl.h

index 9db5391..6fafa2b 100644 (file)
@@ -54,6 +54,13 @@ namespace Internal
  */
 class DALI_IMPORT_API Control : public CustomActorImpl, public ConnectionTrackerInterface
 {
+protected:
+  /**
+   * @brief Virtual destructor.
+   * @SINCE_1_0.0
+   */
+  virtual ~Control();
+
 public:
 
   class Extension; ///< Forward declare future extension interface
@@ -427,12 +434,6 @@ protected: // Helpers for deriving classes
   Control( ControlBehaviour behaviourFlags );
 
   /**
-   * @brief Virtual destructor.
-   * @SINCE_1_0.0
-   */
-  virtual ~Control();
-
-  /**
    * @brief Second phase initialization.
    * @SINCE_1_0.0
    */