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/SceneGraph/SG_QList.h')
-rw-r--r--source/gameengine/SceneGraph/SG_QList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/SceneGraph/SG_QList.h b/source/gameengine/SceneGraph/SG_QList.h
index 9df8f35f3a4..e1288877b1d 100644
--- a/source/gameengine/SceneGraph/SG_QList.h
+++ b/source/gameengine/SceneGraph/SG_QList.h
@@ -29,8 +29,8 @@
* \ingroup bgesg
*/
-#ifndef __SG_QLIST
-#define __SG_QLIST
+#ifndef __SG_QLIST_H__
+#define __SG_QLIST_H__
#include "SG_DList.h"
@@ -163,5 +163,5 @@ public:
#endif
};
-#endif //__SG_QLIST
+#endif //__SG_QLIST_H__