Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GamePlayer/common/GPC_MouseDevice.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_MouseDevice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
index a4f0032df1d..c5576d1d234 100644
--- a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
+++ b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
@@ -29,8 +29,8 @@
* \ingroup player
*/
-#ifndef __GPC_MOUSE_DEVICE_H
-#define __GPC_MOUSE_DEVICE_H
+#ifndef __GPC_MOUSEDEVICE_H__
+#define __GPC_MOUSEDEVICE_H__
#ifdef WIN32
#pragma warning (disable : 4786)
@@ -102,5 +102,5 @@ protected:
virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
};
-#endif // __GPC_MOUSE_DEVICE_H
+#endif // __GPC_MOUSEDEVICE_H__