| Index: sky/engine/platform/PlatformTouchEvent.h
|
| diff --git a/sky/engine/platform/PlatformTouchEvent.h b/sky/engine/platform/PlatformTouchEvent.h
|
| index c351e8e75f7744b6fdd9d9670d44e65d796c5955..6654c8e71568b4ecacc795bc3c3df67ff82bd7f7 100644
|
| --- a/sky/engine/platform/PlatformTouchEvent.h
|
| +++ b/sky/engine/platform/PlatformTouchEvent.h
|
| @@ -17,8 +17,8 @@
|
| Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef PlatformTouchEvent_h
|
| -#define PlatformTouchEvent_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMTOUCHEVENT_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMTOUCHEVENT_H_
|
|
|
| #include "sky/engine/platform/PlatformEvent.h"
|
| #include "sky/engine/platform/PlatformTouchPoint.h"
|
| @@ -45,4 +45,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // PlatformTouchEvent_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMTOUCHEVENT_H_
|
|
|