--- a/src/linetypes/metacommand.cpp Fri Sep 17 22:43:22 2021 +0300
+++ b/src/linetypes/metacommand.cpp Tue Sep 21 16:00:15 2021 +0300
@@ -26,3 +26,8 @@
return this->storedText;
}
+ldraw::Object::Type ldraw::MetaCommand::typeIdentifier() const
+{
+ return Type::MetaCommand;
+}
+