src/widgets/colorindexinput.h

changeset 205
1a4342d80de7
parent 200
ca23936b455b
child 214
8e1fe64ce4e3
--- a/src/widgets/colorindexinput.h	Wed Jun 08 19:33:00 2022 +0300
+++ b/src/widgets/colorindexinput.h	Wed Jun 08 20:41:21 2022 +0300
@@ -5,7 +5,7 @@
 {
 	Q_OBJECT
 public:
-	ColorIndexInput(EditorTabWidget *document, ldraw::Color color = ldraw::MAIN_COLOR, QWidget *parent = nullptr);
+	ColorIndexInput(EditorTabWidget *document, ColorIndex color = MAIN_COLOR, QWidget *parent = nullptr);
 	~ColorIndexInput();
 	ldraw::Color selectedColor() const;
 	void setSelectedColor(ldraw::Color color);

mercurial