| Index: sky/engine/core/events/EventTarget.h
|
| diff --git a/sky/engine/core/events/EventTarget.h b/sky/engine/core/events/EventTarget.h
|
| index c37cb370c165bb458a38e954aa016c075b3f4ce2..3c7d16abd30cbb776c0c45e00987e8db63aac7e2 100644
|
| --- a/sky/engine/core/events/EventTarget.h
|
| +++ b/sky/engine/core/events/EventTarget.h
|
| @@ -29,8 +29,8 @@
|
| *
|
| */
|
|
|
| -#ifndef EventTarget_h
|
| -#define EventTarget_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/events/EventListenerMap.h"
|
| @@ -203,4 +203,4 @@ private: \
|
| // Both of these macros are meant to be placed just before the "public:" section of the class declaration.
|
| #define REFCOUNTED_EVENT_TARGET(className) DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCounted<className>)
|
|
|
| -#endif // EventTarget_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_EVENTTARGET_H_
|
|
|