src/document.h

changeset 205
1a4342d80de7
parent 204
52e10e8d88cc
child 214
8e1fe64ce4e3
--- a/src/document.h	Wed Jun 08 19:33:00 2022 +0300
+++ b/src/document.h	Wed Jun 08 20:41:21 2022 +0300
@@ -45,12 +45,12 @@
 	explicit EditorTabWidget(
 		Model* model,
 		DocumentManager* documents,
-		const ldraw::ColorTable& colorTable,
+		const ColorTable& colorTable,
 		QWidget *parent = nullptr);
 	~EditorTabWidget() override;
 	void applyToVertices(VertexMap::ApplyFunction fn) const;
 	const QSet<ModelId> selectedObjects() const;
-	const ldraw::ColorTable& colorTable;
+	const ColorTable& colorTable;
 	Canvas* const canvas;
 	Model* const model;
 	EditingMode currentEditingMode() const;

mercurial