[3.0] Move virtual destructor same position as 2.4 66/105866/1 accepted/tizen/3.0/common/20161221.180817 accepted/tizen/3.0/ivi/20161221.010002 accepted/tizen/3.0/mobile/20161221.010148 accepted/tizen/3.0/tv/20161221.005708 accepted/tizen/3.0/wearable/20161221.005917 submit/tizen_3.0/20161220.014437
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 20 Dec 2016 01:11:35 +0000 (10:11 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 20 Dec 2016 01:23:20 +0000 (10:23 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I2ecac312d03ec325d6c0e73185a3063c6b31cb11

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

index 6fafa2b..de22eef 100644 (file)
@@ -54,13 +54,6 @@ 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
@@ -76,6 +69,14 @@ public:
    */
   static Toolkit::Control New();
 
+protected:
+  /**
+   * @brief Virtual destructor.
+   * @SINCE_1_0.0
+   */
+  virtual ~Control();
+
+public:
   // Styling
 
   /**