| Index: sky/engine/core/events/EventFactory.h
|
| diff --git a/sky/engine/core/events/EventFactory.h b/sky/engine/core/events/EventFactory.h
|
| index 43b4e83604d0a58b86096d806d8498fa8d124707..fe5752eecc3323696f835134cac1c2d287adeba5 100644
|
| --- a/sky/engine/core/events/EventFactory.h
|
| +++ b/sky/engine/core/events/EventFactory.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef EventFactory_h
|
| -#define EventFactory_h
|
| +#ifndef SKY_ENGINE_CORE_EVENTS_EVENTFACTORY_H_
|
| +#define SKY_ENGINE_CORE_EVENTS_EVENTFACTORY_H_
|
|
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -55,4 +55,4 @@ public:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EVENTS_EVENTFACTORY_H_
|
|
|