X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscrollable-impl.h;h=799ed622af99ba5115a1bca42e44eff378aacde3;hb=2ec164cd618f93ccafe17b1d0b8ff16401ed4aef;hp=1bceb81cda291fca1442e51eedfbeab9adc33c45;hpb=e217915091790637a8b4ea7e34480e852d242efd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/scrollable/scrollable-impl.h b/dali-toolkit/internal/controls/scrollable/scrollable-impl.h index 1bceb81..799ed62 100644 --- a/dali-toolkit/internal/controls/scrollable/scrollable-impl.h +++ b/dali-toolkit/internal/controls/scrollable/scrollable-impl.h @@ -44,8 +44,8 @@ typedef IntrusivePtr ScrollablePtr; class Scrollable : public Control { public: - static const std::string SCROLLABLE_CAN_SCROLL_VERTICAL; - static const std::string SCROLLABLE_CAN_SCROLL_HORIZONTAL; + static const char* const SCROLLABLE_CAN_SCROLL_VERTICAL; + static const char* const SCROLLABLE_CAN_SCROLL_HORIZONTAL; /** * Create a new Scrollable.