| Index: sky/engine/core/events/EventQueue.h
|
| diff --git a/sky/engine/core/events/EventQueue.h b/sky/engine/core/events/EventQueue.h
|
| index 556b2985aa88263ca81ffd5413c34562bda6d4e2..4ede733197b3b1dda2c68b07c7793bf2a26d3ecb 100644
|
| --- a/sky/engine/core/events/EventQueue.h
|
| +++ b/sky/engine/core/events/EventQueue.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef EventQueue_h
|
| -#define EventQueue_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_EVENTQUEUE_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_EVENTQUEUE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -47,4 +47,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // EventQueue_h
|
| +#endif // SKY_ENGINE_CORE_EVENTS_EVENTQUEUE_H_
|
|
|