diff options
Diffstat (limited to 'servers/physics/shape_sw.h')
-rw-r--r-- | servers/physics/shape_sw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/physics/shape_sw.h b/servers/physics/shape_sw.h index 202b61f187..c9f38dd51c 100644 --- a/servers/physics/shape_sw.h +++ b/servers/physics/shape_sw.h @@ -48,7 +48,7 @@ SHAPE_CUSTOM, ///< Server-Implementation based custom shape, calling shape_creat class ShapeSW; -class ShapeOwnerSW : public RID_Data { +class ShapeOwnerSW { public: virtual void _shape_changed() = 0; virtual void remove_shape(ShapeSW *p_shape) = 0; @@ -56,7 +56,7 @@ public: virtual ~ShapeOwnerSW() {} }; -class ShapeSW : public RID_Data { +class ShapeSW { RID self; AABB aabb; |