| Index: sky/engine/platform/fonts/Glyph.h
|
| diff --git a/sky/engine/platform/fonts/Glyph.h b/sky/engine/platform/fonts/Glyph.h
|
| index 0705d3113f066debf226e1cd5cf903c93b32172d..f036bb41a7755e6581972d47ae70c81e5e35d7d5 100644
|
| --- a/sky/engine/platform/fonts/Glyph.h
|
| +++ b/sky/engine/platform/fonts/Glyph.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Glyph_h
|
| -#define Glyph_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_GLYPH_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_GLYPH_H_
|
|
|
| namespace blink {
|
|
|
| @@ -36,4 +36,4 @@ typedef unsigned short Glyph;
|
|
|
| } // namespace blink
|
|
|
| -#endif // Glyph_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_GLYPH_H_
|
|
|