src/mainwindow.cpp

changeset 1162
94e12806d741
parent 1160
2cf16ba952bf
child 1184
393babf1319d
--- a/src/mainwindow.cpp	Thu Feb 23 20:25:47 2017 +0200
+++ b/src/mainwindow.cpp	Thu Feb 23 20:28:17 2017 +0200
@@ -670,7 +670,7 @@
 //
 void MainWindow::deleteByColor (LDColor color)
 {
-	LDObjectList unwanted;
+	QVector<LDObject*> unwanted;
 
 	for (LDObject* object : m_currentDocument->objects())
 	{

mercurial