src/mainwindow.h

changeset 1162
94e12806d741
parent 1160
2cf16ba952bf
child 1185
c2e0db52ea07
child 1240
cebb7ef54f41
--- 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;

mercurial