Move virtual destructor same position as 2.4 64/105864/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 20 Dec 2016 01:14:17 +0000 (10:14 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 20 Dec 2016 01:15:13 +0000 (10:15 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Iafcc02d8c24c298a19eca37e951c6827fc6c9d65

dali/public-api/actors/custom-actor-impl.h

index 9293d6b..cf40733 100644 (file)
@@ -63,8 +63,11 @@ typedef IntrusivePtr<CustomActorImpl> 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.
    *