X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=e2baa22f6c045533d08428489d762a2671429f61;hb=f2a6a134e4b939815b40f417f5aca61a6fccf92e;hp=6b7505d4c412682b2aa75ba7dd666604c9d84b2b;hpb=eac074bfe3a3c144f55583135515d2c8d16eb479;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index 6b7505d..e2baa22 100755 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #include @@ -348,13 +347,13 @@ public: // Configure the text controller. * @brief Sets the text's wrap mode * @param[in] text wrap mode The unit of wrapping */ - void SetLineWrapMode( Layout::LineWrap::Mode textWarpMode ); + void SetLineWrapMode( Text::LineWrap::Mode textWarpMode ); /** * @brief Retrieve text wrap mode previously set. * @return text wrap mode */ - Layout::LineWrap::Mode GetLineWrapMode() const; + Text::LineWrap::Mode GetLineWrapMode() const; /** * @brief Enable or disable the text elide.