diff --git a/src/Physics/ShapedObjectGroup.h b/src/Physics/ShapedObjectGroup.h index acd5fb96a..1934ef19c 100644 --- a/src/Physics/ShapedObjectGroup.h +++ b/src/Physics/ShapedObjectGroup.h @@ -45,7 +45,7 @@ template class PHYSICS_EXPORT ShapedObjectGroup { * * Marks the group as dirty. */ - inline constexpr ShapedObjectGroup(): dirty(true) {} + inline ShapedObjectGroup(): dirty(true) {} /** * @brief Destructor