X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fglyph-run.h;h=5328af1f5320f1e20d1287f4dca589698436109d;hp=47ebfb8f4b5b8dcae1608df126a27795d405a5f7;hb=528ee21711fc507b20ddb031cf6b1d71f1f44e75;hpb=9dfe326faf6f6376bb7f4415a8ca35792c669d4c diff --git a/dali-toolkit/internal/text/glyph-run.h b/dali-toolkit/internal/text/glyph-run.h index 47ebfb8..5328af1 100644 --- a/dali-toolkit/internal/text/glyph-run.h +++ b/dali-toolkit/internal/text/glyph-run.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_GLYPH_RUN_H__ -#define __DALI_TOOLKIT_TEXT_GLYPH_RUN_H__ +#ifndef DALI_TOOLKIT_TEXT_GLYPH_RUN_H +#define DALI_TOOLKIT_TEXT_GLYPH_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. @@ -23,13 +23,10 @@ namespace Dali { - namespace Toolkit { - namespace Text { - /** * @brief A run of consecutive glyphs. */ @@ -45,4 +42,4 @@ struct GlyphRun } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_GLYPH_RUN_H__ +#endif // DALI_TOOLKIT_TEXT_GLYPH_RUN_H