* to be able to properly compile this, the friend needs 'class' too: friend class CcdOverlapFilterCallBack
This commit is contained in:
parent
3ee29c00ed
commit
cc2b922d01
@ -50,7 +50,7 @@ class CcdOverlapFilterCallBack;
|
|||||||
/// A derived class may be able to 'construct' entities by loading and/or converting
|
/// A derived class may be able to 'construct' entities by loading and/or converting
|
||||||
class CcdPhysicsEnvironment : public PHY_IPhysicsEnvironment
|
class CcdPhysicsEnvironment : public PHY_IPhysicsEnvironment
|
||||||
{
|
{
|
||||||
friend CcdOverlapFilterCallBack;
|
friend class CcdOverlapFilterCallBack;
|
||||||
btVector3 m_gravity;
|
btVector3 m_gravity;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user