| Index: sky/engine/platform/graphics/Pattern.h
|
| diff --git a/sky/engine/platform/graphics/Pattern.h b/sky/engine/platform/graphics/Pattern.h
|
| index 053555f57c913b1c40ce3d4bdcee1afd392ddb9f..18b512def83c380778a8001c2a508d87b66cbd99 100644
|
| --- a/sky/engine/platform/graphics/Pattern.h
|
| +++ b/sky/engine/platform/graphics/Pattern.h
|
| @@ -26,8 +26,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Pattern_h
|
| -#define Pattern_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_PATTERN_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_PATTERN_H_
|
|
|
| #include "sky/engine/platform/graphics/Image.h"
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -69,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_PATTERN_H_
|
|
|