--- a/src/mainwindow.h Thu Feb 23 20:25:47 2017 +0200 +++ b/src/mainwindow.h Thu Feb 23 20:28:17 2017 +0200 @@ -153,7 +153,7 @@ PrimitiveManager* m_primitives; Grid* m_grid; MathFunctions* m_mathFunctions; - LDObjectList m_sel; + QVector<LDObject*> m_sel; QVector<ColorToolbarItem> m_quickColors; QList<QToolButton*> m_colorButtons; QList<QAction*> m_recentFiles;