src/Document.cc

changeset 692
94feb28faffe
parent 690
9e9c52ca955e
child 693
8432b37034a9
--- a/src/Document.cc	Sun Mar 09 15:00:05 2014 +0200
+++ b/src/Document.cc	Sun Mar 09 21:07:44 2014 +0200
@@ -1194,12 +1194,12 @@
 //
 void LDDocument::initializeGLData()
 {
-	log (getDisplayName() + ": Initializing GL data");
+	print (getDisplayName() + ": Initializing GL data");
 	LDObjectList objs = inlineContents (true, true);
 
 	for (LDObject* obj : objs)
 	{
-		assert (obj->getType() != LDObject::ESubfile);
+		assert (obj->type() != LDObject::ESubfile);
 		LDPolygon* data = obj->getPolygon();
 
 		if (data != null)
@@ -1426,4 +1426,4 @@
 
 	if (references().isEmpty())
 		invokeLater (closeUnused);
-}
\ No newline at end of file
+}

mercurial