diff -r 52e10e8d88cc -r 1a4342d80de7 src/widgets/colorindexinput.h --- 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);