X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-control-interface.h;h=8e69be53e9fd01554fa2e92ed1f3017acf34ff30;hb=d74d70d51ed70b00e29a2b6feac5419124fffc49;hp=ce5af888a4bd5e10a2f359cda23c0ef7e8cccacd;hpb=f4c1e7f52d49c3ce033b9ee4c3c7414b06a22d45;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-control-interface.h b/dali-toolkit/internal/text/text-control-interface.h index ce5af88..8e69be5 100644 --- a/dali-toolkit/internal/text/text-control-interface.h +++ b/dali-toolkit/internal/text/text-control-interface.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_CONTROL_INTERFACE_H /* - * Copyright (c) 2016 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,25 +20,22 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief An interface that the Text::Controller uses to request a text relayout. */ class ControlInterface { public: - /** * @brief Virtual destructor. */ virtual ~ControlInterface() - {} + { + } /** * @brief Called to request a text relayout.