From 6afba8fe0cd3f80fe17a469279f278b1c1fbc007 Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Tue, 20 Dec 2016 10:14:17 +0900 Subject: [PATCH] Move virtual destructor same position as 2.4 Signed-off-by: suhyung Eom Change-Id: Iafcc02d8c24c298a19eca37e951c6827fc6c9d65 --- dali/public-api/actors/custom-actor-impl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dali/public-api/actors/custom-actor-impl.h b/dali/public-api/actors/custom-actor-impl.h index 9293d6b..cf40733 100644 --- a/dali/public-api/actors/custom-actor-impl.h +++ b/dali/public-api/actors/custom-actor-impl.h @@ -63,8 +63,11 @@ typedef IntrusivePtr CustomActorImplPtr; */ class DALI_IMPORT_API CustomActorImpl : public Dali::RefObject { -protected: +public: + + class Extension; ///< Forward declare future extension interface +protected: /** * @brief Virtual destructor * @SINCE_1_0.0 @@ -72,9 +75,6 @@ protected: virtual ~CustomActorImpl(); public: - - class Extension; ///< Forward declare future extension interface - /** * @brief Used by derived CustomActorImpl instances, to access the public Actor interface. * -- 2.7.4