| Index: sky/engine/core/animation/InterpolationEffect.h
|
| diff --git a/sky/engine/core/animation/InterpolationEffect.h b/sky/engine/core/animation/InterpolationEffect.h
|
| index 7162c66ec9f04ca6e06070cddfc3b2b949a42bdb..6f46f960481a24823d789504a2b4a375e52a01cc 100644
|
| --- a/sky/engine/core/animation/InterpolationEffect.h
|
| +++ b/sky/engine/core/animation/InterpolationEffect.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 InterpolationEffect_h
|
| -#define InterpolationEffect_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_INTERPOLATIONEFFECT_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_INTERPOLATIONEFFECT_H_
|
|
|
| #include "sky/engine/core/animation/Interpolation.h"
|
| #include "sky/engine/platform/animation/TimingFunction.h"
|
| @@ -59,4 +59,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_INTERPOLATIONEFFECT_H_
|
|
|