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/ghost/GPG_System.h')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_System.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_System.h b/source/gameengine/GamePlayer/ghost/GPG_System.h
index d68fc812dd3..796ad0c2b8c 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_System.h
+++ b/source/gameengine/GamePlayer/ghost/GPG_System.h
@@ -35,7 +35,7 @@
#ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
-#endif /* WIN32 */
+#endif // WIN32
#include "GPC_System.h"
@@ -51,4 +51,5 @@ public:
virtual double GetTimeInSeconds();
};
-#endif /* __GPG_SYSTEM_H__ */
+#endif // __GPG_SYSTEM_H__
+