| Index: sky/engine/core/animation/InertAnimation.h
|
| diff --git a/sky/engine/core/animation/InertAnimation.h b/sky/engine/core/animation/InertAnimation.h
|
| index ba68087d9d358e12c972c76e5a54078f1c458bad..e64b3ffacf31464df2bf4e9f46444e0fe79bba21 100644
|
| --- a/sky/engine/core/animation/InertAnimation.h
|
| +++ b/sky/engine/core/animation/InertAnimation.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InertAnimation_h
|
| -#define InertAnimation_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_INERTANIMATION_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_INERTANIMATION_H_
|
|
|
| #include "sky/engine/core/animation/AnimationEffect.h"
|
| #include "sky/engine/core/animation/AnimationNode.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_INERTANIMATION_H_
|
|
|