From 9bddc20bd3f1c6b94a6a52088bc975fb2f129435 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 5 Nov 2002 19:54:23 +0000 Subject: [PATCH] changed: friend SG_Controller; to: friend class SG_Controller; gcc-3.2 was complaining that it wasn't defined. Kent -- mein@cs.umn.edu --- source/gameengine/SceneGraph/SG_Spatial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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