| Index: sky/engine/core/animation/Keyframe.h
|
| diff --git a/sky/engine/core/animation/Keyframe.h b/sky/engine/core/animation/Keyframe.h
|
| index 4cfbf14b616d5f6a183fa3bf11598573cd97cd94..72411c8e084f650daee8ea618e936964e98df2ff 100644
|
| --- a/sky/engine/core/animation/Keyframe.h
|
| +++ b/sky/engine/core/animation/Keyframe.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef Keyframe_h
|
| -#define Keyframe_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_KEYFRAME_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_KEYFRAME_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "sky/engine/core/animation/AnimationEffect.h"
|
| @@ -95,4 +95,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_KEYFRAME_H_
|
|
|