C++20 readiness

This commit is contained in:
Matthias Koefferlein
2026-02-16 23:49:23 +01:00
parent 3df88ae279
commit b685f89639
8 changed files with 15 additions and 15 deletions
@@ -34,7 +34,7 @@ class shape_as_user_object
: public db::DUserObjectBase
{
public:
shape_as_user_object<Sh> (const Sh &sh)
shape_as_user_object (const Sh &sh)
: m_shape (sh)
{ }