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

This commit is contained in:
Nathan Letwory 2008-03-02 09:39:14 +00:00
parent 3ee29c00ed
commit cc2b922d01

@ -50,7 +50,7 @@ class CcdOverlapFilterCallBack;
/// 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: