diff -r 52e10e8d88cc -r 1a4342d80de7 src/main.cpp --- a/src/main.cpp Wed Jun 08 19:33:00 2022 +0300 +++ b/src/main.cpp Wed Jun 08 20:41:21 2022 +0300 @@ -170,7 +170,7 @@ return title; } -static ldraw::ColorTable loadColors(const LibraryManager* libraries) +static ColorTable loadColors(const LibraryManager* libraries) { QTextStream errors; return libraries->loadColorTable(errors); @@ -292,7 +292,7 @@ LibraryManager libraries{&mainWindow}; QByteArray documentSplitterState; QStringList recentlyOpenedFiles; - ldraw::ColorTable colorTable; + ColorTable colorTable; gl::RenderPreferences renderPreferences; QMap itemSelectionModels; ui.setupUi(&mainWindow);