X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-scroller-interface.h;h=01813823a0245087f2a4c7b20850696693d21dd2;hp=9cecc362f40adbb8e16ff7e54d3fcc1b1148a277;hb=750fadba87bb959c9af32e89e3f1bc7af6cb6dd2;hpb=acbe10c62c46a30c58e08d8971a736f04e68dbf8 diff --git a/dali-toolkit/internal/text/text-scroller-interface.h b/dali-toolkit/internal/text/text-scroller-interface.h index 9cecc36..0181382 100644 --- a/dali-toolkit/internal/text/text-scroller-interface.h +++ b/dali-toolkit/internal/text/text-scroller-interface.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,27 +20,24 @@ namespace Dali { - class Actor; namespace Toolkit { - namespace Text { - /** * @brief An interface used by the text-controls which implement auto-scrolling */ class ScrollerInterface { public: - /** * @brief Virtual destructor. */ virtual ~ScrollerInterface() - {} + { + } /** * @brief Called when the scrolling finishes