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=3e844ed708b1cbe03cd5bfe9ad202aad27bbe360;hpb=f08e4b14661ae1b25d01f417f58310c44407ebf6 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