X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcontroller%2Ftext-controller-placeholder-handler.h;h=3bbf87bbf429dec4cd039bfd4cf6587291a12159;hp=c7107c9ec3855f4268cae8128b7125d44c54a5d1;hb=e4c8362431523550a745b190c67c0c8e3f25ac4d;hpb=0f929964d685cbd4ac90ac3d7981d8ca4cbfa0e4 diff --git a/dali-toolkit/internal/text/controller/text-controller-placeholder-handler.h b/dali-toolkit/internal/text/controller/text-controller-placeholder-handler.h index c7107c9..3bbf87b 100644 --- a/dali-toolkit/internal/text/controller/text-controller-placeholder-handler.h +++ b/dali-toolkit/internal/text/controller/text-controller-placeholder-handler.h @@ -39,7 +39,7 @@ struct Controller::PlaceholderHandler static void SetPlaceholderText(Controller& controller, PlaceholderType type, const std::string& text); static void GetPlaceholderText(const Controller& controller, PlaceholderType type, std::string& text); static void SetPlaceholderFontFamily(Controller& controller, const std::string& placeholderTextFontFamily); - static const std::string& GetPlaceholderFontFamily(const Controller& controller); + static std::string GetPlaceholderFontFamily(const Controller& controller); static void SetPlaceholderTextFontWeight(Controller& controller, FontWeight weight); static bool IsPlaceholderTextFontWeightDefined(const Controller& controller); static FontWeight GetPlaceholderTextFontWeight(const Controller& controller);