Stop doing unparent and reset in text decorator.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / text-renderer.h
index 1b272ea..17be8d8 100644 (file)
@@ -55,7 +55,7 @@ public:
    * @param[in] depth The depth in the tree of the parent.
    * @return The Renderable actor used to position the text.
    */
-  virtual Actor Render( ViewInterface& view, unsigned int depth ) = 0;
+  virtual Actor Render( ViewInterface& view, int depth ) = 0;
 
 protected: