mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 14:07:59 +02:00
friend foo --> friend class foo
This commit is contained in:
parent
415dfd98aa
commit
e2204ab78e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ protected:
|
|||
|
||||
private:
|
||||
// PhysicsSimulation is a friend so that it can set the protected _simulation backpointer
|
||||
friend PhysicsSimulation;
|
||||
friend class PhysicsSimulation;
|
||||
PhysicsSimulation* _simulation;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue