| Index: sky/engine/core/events/EventListener.h
|
| diff --git a/sky/engine/core/events/EventListener.h b/sky/engine/core/events/EventListener.h
|
| index 99f00a69c359b560a1dcaa272197083001c3f649..e32a17a1de389bfafdc3d5b2fddefa66013c4188 100644
|
| --- a/sky/engine/core/events/EventListener.h
|
| +++ b/sky/engine/core/events/EventListener.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef EventListener_h
|
| -#define EventListener_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_EVENTLISTENER_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_EVENTLISTENER_H_
|
|
|
| #include "sky/engine/wtf/RefCounted.h"
|
|
|
| @@ -42,4 +42,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EVENTS_EVENTLISTENER_H_
|
|
|