| Index: sky/engine/core/animation/InterpolableValue.h
|
| diff --git a/sky/engine/core/animation/InterpolableValue.h b/sky/engine/core/animation/InterpolableValue.h
|
| index 7f07bff3662d3534551f927d451c714267cbc1e5..1fe0a103b6c5be1bd2d5d3034eb2168974213e2e 100644
|
| --- a/sky/engine/core/animation/InterpolableValue.h
|
| +++ b/sky/engine/core/animation/InterpolableValue.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 InterpolableValue_h
|
| -#define InterpolableValue_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_INTERPOLABLEVALUE_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_INTERPOLABLEVALUE_H_
|
|
|
| #include "sky/engine/core/animation/animatable/AnimatableValue.h"
|
| #include "sky/engine/wtf/OwnPtr.h"
|
| @@ -154,4 +154,4 @@ DEFINE_TYPE_CASTS(InterpolableAnimatableValue, InterpolableValue, value, value->
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_INTERPOLABLEVALUE_H_
|
|
|