X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-run.h;h=edae1e24a06234612e63aafe056138f1f922013b;hb=d74d70d51ed70b00e29a2b6feac5419124fffc49;hp=73a9a1c5646f4198d34aa1b29dd9796f6ce81fc7;hpb=32b0b5f6c65842c8bd1140b1eeb9691fdca0c866;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/color-run.h b/dali-toolkit/internal/text/color-run.h index 73a9a1c..edae1e2 100644 --- a/dali-toolkit/internal/text/color-run.h +++ b/dali-toolkit/internal/text/color-run.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ -#define __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ +#ifndef DALI_TOOLKIT_TEXT_COLOR_RUN_H +#define DALI_TOOLKIT_TEXT_COLOR_RUN_H /* - * Copyright (c) 2015 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. @@ -27,13 +27,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief Run of characters with the same color. */ @@ -49,4 +46,4 @@ struct ColorRun } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_COLOR_RUN_H__ +#endif // DALI_TOOLKIT_TEXT_COLOR_RUN_H