src/linetypes/errorline.cpp

changeset 132
488d0ba6070b
parent 86
4bec0525ef1b
child 134
f77d2230e87c
--- a/src/linetypes/errorline.cpp	Fri Sep 17 22:43:22 2021 +0300
+++ b/src/linetypes/errorline.cpp	Tue Sep 21 16:00:15 2021 +0300
@@ -41,3 +41,8 @@
 {
 	return QBrush{Qt::red};
 }
+
+ldraw::Object::Type ldraw::ErrorLine::typeIdentifier() const
+{
+	return Type::ErrorLine;
+}

mercurial