diff -r 1de2b8d64e9f -r 98906a94732f src/libraries.cpp --- a/src/libraries.cpp Tue Jan 28 23:34:49 2020 +0200 +++ b/src/libraries.cpp Thu Jan 30 19:20:11 2020 +0200 @@ -220,9 +220,9 @@ * @param errors Where to stream any encountered errors * @return color table */ -ColorTable LibraryManager::loadColorTable(QTextStream& errors) +ldraw::ColorTable LibraryManager::loadColorTable(QTextStream& errors) { - ColorTable result; + ldraw::ColorTable result; for (const Library& library : this->libraries) { const QString path = library.path.filePath("LDConfig.ldr");