| Index: sky/engine/core/animation/Animation.h
|
| diff --git a/sky/engine/core/animation/Animation.h b/sky/engine/core/animation/Animation.h
|
| index 64aab4331b31c24f60c36a20249d1953a8fa5b97..ad77d3d6fee0d1b8440053734b9920b9ae3ac53d 100644
|
| --- a/sky/engine/core/animation/Animation.h
|
| +++ b/sky/engine/core/animation/Animation.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Animation_h
|
| -#define Animation_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_ANIMATION_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_ANIMATION_H_
|
|
|
| #include "sky/engine/core/animation/AnimationEffect.h"
|
| #include "sky/engine/core/animation/AnimationNode.h"
|
| @@ -107,4 +107,4 @@ DEFINE_TYPE_CASTS(Animation, AnimationNode, animationNode, animationNode->isAnim
|
|
|
| } // namespace blink
|
|
|
| -#endif // Animation_h
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_ANIMATION_H_
|
|
|