[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13939] trunk/blender/source/gameengine/ Physics/Bullet/CcdPhysicsEnvironment.h: * to be able to properly compile this, the friend needs 'class' too: friend class CcdOverlapFilterCallBack

Nathan Letwory jesterking at letwory.net
Sun Mar 2 10:39:14 CET 2008


Revision: 13939
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13939
Author:   jesterking
Date:     2008-03-02 10:39:14 +0100 (Sun, 02 Mar 2008)

Log Message:
-----------
* to be able to properly compile this, the friend needs 'class' too:  friend class CcdOverlapFilterCallBack

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h	2008-03-02 08:49:39 UTC (rev 13938)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h	2008-03-02 09:39:14 UTC (rev 13939)
@@ -50,7 +50,7 @@
 /// A derived class may be able to 'construct' entities by loading and/or converting
 class CcdPhysicsEnvironment : public PHY_IPhysicsEnvironment
 {
-	friend CcdOverlapFilterCallBack;
+	friend class CcdOverlapFilterCallBack;
 	btVector3 m_gravity;
 
 protected:





More information about the Bf-blender-cvs mailing list