Move virtual destructor same position as 2.4 63/105863/1
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:12:32 +0000 (10:12 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I4c08e6b57d13ddbbe7caf43d8c084b762f829317

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

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