Change RenderTaskList to behave like any other SceneGraph object
[platform/core/uifw/dali-core.git] / dali / internal / update / nodes / scene-graph-layer.h
index 80ef912..7109694 100755 (executable)
@@ -83,6 +83,11 @@ public:
   static SceneGraph::Layer* New( uint32_t id );
 
   /**
+   * Virtual destructor
+   */
+  virtual ~Layer();
+
+  /**
    * From Node, to convert a node to a layer.
    * @return The layer.
    */
@@ -214,11 +219,6 @@ private:
   // Undefined
   Layer(const Layer&);
 
-  /**
-   * Virtual destructor
-   */
-  virtual ~Layer();
-
   // Undefined
   Layer& operator=(const Layer& rhs);