| Index: sky/engine/core/html/canvas/CanvasPathMethods.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasPathMethods.h b/sky/engine/core/html/canvas/CanvasPathMethods.h
|
| index a896856aee5763ac71e65a8155c439591b801d8e..4f942fd8c71256f0c39c4663ec077cbbe94ac81a 100644
|
| --- a/sky/engine/core/html/canvas/CanvasPathMethods.h
|
| +++ b/sky/engine/core/html/canvas/CanvasPathMethods.h
|
| @@ -26,8 +26,8 @@
|
| * SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CanvasPathMethods_h
|
| -#define CanvasPathMethods_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_CANVASPATHMETHODS_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_CANVASPATHMETHODS_H_
|
|
|
| #include "sky/engine/platform/graphics/Path.h"
|
|
|
| @@ -59,4 +59,4 @@ protected:
|
| };
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_CANVASPATHMETHODS_H_
|
|
|