| Index: sky/engine/core/events/AnimationEvent.h
|
| diff --git a/sky/engine/core/events/AnimationEvent.h b/sky/engine/core/events/AnimationEvent.h
|
| index a177890b5c358e63db5a475ef66f87165b611371..b114a35c8604975f30d2c972b90b2abe09b793b2 100644
|
| --- a/sky/engine/core/events/AnimationEvent.h
|
| +++ b/sky/engine/core/events/AnimationEvent.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef AnimationEvent_h
|
| -#define AnimationEvent_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_ANIMATIONEVENT_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_ANIMATIONEVENT_H_
|
|
|
| #include "sky/engine/core/events/Event.h"
|
|
|
| @@ -74,4 +74,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // AnimationEvent_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_ANIMATIONEVENT_H_
|
|
|