| Index: sky/engine/core/events/AnimationPlayerEvent.h
|
| diff --git a/sky/engine/core/events/AnimationPlayerEvent.h b/sky/engine/core/events/AnimationPlayerEvent.h
|
| index aa0cc4529c0d8b04d6ea6bed66f6db1c80a6421b..0bfc43ed0769fe7aaf6acad842c0e7d7c23650d6 100644
|
| --- a/sky/engine/core/events/AnimationPlayerEvent.h
|
| +++ b/sky/engine/core/events/AnimationPlayerEvent.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 AnimationPlayerEvent_h
|
| -#define AnimationPlayerEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_ANIMATIONPLAYEREVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_ANIMATIONPLAYEREVENT_H_
|
|
|
| #include "sky/engine/core/events/Event.h"
|
|
|
| @@ -50,4 +50,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // AnimationPlayerEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_ANIMATIONPLAYEREVENT_H_
|
|
|