| Index: sky/engine/core/events/GenericEventQueue.h
|
| diff --git a/sky/engine/core/events/GenericEventQueue.h b/sky/engine/core/events/GenericEventQueue.h
|
| index 70ea2a58bfa258c52a2092d007c00a6e9df6649e..b14503150115e1898b3278e07580061df99010b8 100644
|
| --- a/sky/engine/core/events/GenericEventQueue.h
|
| +++ b/sky/engine/core/events/GenericEventQueue.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GenericEventQueue_h
|
| -#define GenericEventQueue_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_GENERICEVENTQUEUE_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_GENERICEVENTQUEUE_H_
|
|
|
| #include "sky/engine/core/events/EventQueue.h"
|
| #include "sky/engine/core/events/EventTarget.h"
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EVENTS_GENERICEVENTQUEUE_H_
|
|
|