From 4ffcbfa99671429c943a934986a190628ab983df Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Mon, 19 Dec 2016 08:11:44 +0900 Subject: [PATCH] [3.0] Move virutal method's position to its original Signed-off-by: suhyung Eom Change-Id: I73a3048ddb0eccbb02bed705deed9fc69c8071a0 --- dali/public-api/actors/custom-actor-impl.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dali/public-api/actors/custom-actor-impl.h b/dali/public-api/actors/custom-actor-impl.h index b447244..9293d6b 100644 --- a/dali/public-api/actors/custom-actor-impl.h +++ b/dali/public-api/actors/custom-actor-impl.h @@ -63,6 +63,14 @@ typedef IntrusivePtr CustomActorImplPtr; */ class DALI_IMPORT_API CustomActorImpl : public Dali::RefObject { +protected: + + /** + * @brief Virtual destructor + * @SINCE_1_0.0 + */ + virtual ~CustomActorImpl(); + public: class Extension; ///< Forward declare future extension interface @@ -338,12 +346,6 @@ protected: // For derived classes */ CustomActorImpl( ActorFlags flags ); - /** - * @brief Virtual destructor - * @SINCE_1_0.0 - */ - virtual ~CustomActorImpl(); - // Size negotiation helpers /** -- 2.7.4