Fixed warning with wrongly declared friends

This commit is contained in:
Diren D Bharwani 2022-12-16 14:38:22 +08:00
parent ddf2d8bde9
commit 1b91f60c4a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ namespace SHADE
/*---------------------------------------------------------------------------------*/
friend class SHPhysicsSystem;
friend class SHPhysicsObject;
friend struct SHPhysicsObject;
public:

View File

@ -31,7 +31,7 @@ namespace SHADE
/*---------------------------------------------------------------------------------*/
friend class SHPhysicsSystem;
friend class SHPhysicsObject;
friend struct SHPhysicsObject;
public:
/*---------------------------------------------------------------------------------*/