Mod: Fix mistakes in type system class names

This commit is contained in:
Benjamin Nauck
2025-01-27 15:58:37 +01:00
parent 37f94b7b46
commit f1ab1ee0ad
16 changed files with 16 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ using ChangePointVector = std::vector<ChangePoint>;
class TechDrawExport DrawViewSection: public DrawViewPart
{
PROPERTY_HEADER_WITH_OVERRIDE(Part::DrawViewSection);
PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawViewSection);
public:
DrawViewSection();