From 22fc830b2e852c625786640674047908b91235e1 Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Tue, 20 Dec 2016 10:11:35 +0900 Subject: [PATCH] [3.0] Move virtual destructor same position as 2.4 Signed-off-by: suhyung Eom Change-Id: I2ecac312d03ec325d6c0e73185a3063c6b31cb11 --- dali-toolkit/public-api/controls/control-impl.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dali-toolkit/public-api/controls/control-impl.h b/dali-toolkit/public-api/controls/control-impl.h index 6fafa2b..de22eef 100644 --- a/dali-toolkit/public-api/controls/control-impl.h +++ b/dali-toolkit/public-api/controls/control-impl.h @@ -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 /** -- 2.7.4