Surface: Add missing SurfaceExport in Surface classes

This commit is contained in:
Kacper Donat
2025-04-25 23:17:24 +02:00
committed by Benjamin Nauck
parent cc50b2ede4
commit 929f926846

View File

@@ -61,7 +61,7 @@ public:
}
};
class GeomFillSurface: public Part::Spline
class SurfaceExport GeomFillSurface: public Part::Spline
{
PROPERTY_HEADER_WITH_OVERRIDE(Surface::GeomFillSurface);