--- 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())
{