From 1299a8f512ab4563e6fd1b1166e4f233eff205cc Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 26 Jun 2024 21:21:34 +0200 Subject: [PATCH] Mark edge as geom_item --- src/ifcgeom/taxonomy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/taxonomy.h b/src/ifcgeom/taxonomy.h index 8efffae7cc..2275555bf3 100644 --- a/src/ifcgeom/taxonomy.h +++ b/src/ifcgeom/taxonomy.h @@ -630,7 +630,7 @@ typedef item const* ptr; void print(std::ostream& o, int indent = 0) const; }; - struct trimmed_curve : public item { + struct trimmed_curve : public geom_item { DECLARE_PTR(trimmed_curve) // @todo The copy constructor of point3 within the variant fails on the avx instruction