mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
C++20 readiness
This commit is contained in:
@@ -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)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user