diff options
Diffstat (limited to 'servers/physics/constraint_sw.h')
-rw-r--r-- | servers/physics/constraint_sw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics/constraint_sw.h b/servers/physics/constraint_sw.h index a28aa74618..22f31b411b 100644 --- a/servers/physics/constraint_sw.h +++ b/servers/physics/constraint_sw.h @@ -33,7 +33,7 @@ #include "body_sw.h" -class ConstraintSW : public RID_Data { +class ConstraintSW { BodySW **_body_ptr; int _body_count; |