[3.0] Move virtual destructor same position as 2.4 69/105869/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141216 accepted/tizen/3.0.m2/tv/20170104.141943 accepted/tizen/3.0.m2/wearable/20170104.142238 accepted/tizen/3.0/common/20161221.180855 accepted/tizen/3.0/ivi/20161221.010021 accepted/tizen/3.0/mobile/20161221.010206 accepted/tizen/3.0/tv/20161221.005750 accepted/tizen/3.0/wearable/20161221.005933 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20161220.014437
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:28:53 +0000 (10:28 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I715bc9a7f7b53f0bffb99c4e3d740301ec34142d

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.
    *