[3.0] Move virutal method's position to its original 36/105736/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Sun, 18 Dec 2016 23:11:44 +0000 (08:11 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 19 Dec 2016 10:30:22 +0000 (19:30 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I73a3048ddb0eccbb02bed705deed9fc69c8071a0

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

index b447244..9293d6b 100644 (file)
@@ -63,6 +63,14 @@ typedef IntrusivePtr<CustomActorImpl> 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
 
   /**