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:
authorKent Mein <mein@cs.umn.edu>2002-11-05 22:54:23 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-05 22:54:23 +0300
commit9bddc20bd3f1c6b94a6a52088bc975fb2f129435 (patch)
tree7e59271d708436106b9b88a2d6577cf88dd54ca1 /source/gameengine/SceneGraph
parentf3ba5d80f9b21cee134cb529a91a95433ac12cf3 (diff)
changed:
friend SG_Controller; to: friend class SG_Controller; gcc-3.2 was complaining that it wasn't defined. Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/gameengine/SceneGraph')
-rw-r--r--source/gameengine/SceneGraph/SG_Spatial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/SceneGraph/SG_Spatial.h b/source/gameengine/SceneGraph/SG_Spatial.h
index 2aa422a65fd..a3302fd8b41 100644
--- a/source/gameengine/SceneGraph/SG_Spatial.h
+++ b/source/gameengine/SceneGraph/SG_Spatial.h
@@ -170,7 +170,7 @@ public:
protected:
- friend SG_Controller;
+ friend class SG_Controller;
/**
* Protected constructor this class is not