diff -r e6a5ff67c057 -r 94e12806d741 src/mainwindow.cpp --- 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 unwanted; for (LDObject* object : m_currentDocument->objects()) {