src/libraries.cpp

changeset 201
5d201ee4a9c3
parent 112
5760cbb32bc0
child 205
1a4342d80de7
--- a/src/libraries.cpp	Mon Jun 06 22:01:22 2022 +0300
+++ b/src/libraries.cpp	Tue Jun 07 01:37:26 2022 +0300
@@ -220,7 +220,7 @@
  * @param errors Where to stream any encountered errors
  * @return color table
  */
-ldraw::ColorTable LibraryManager::loadColorTable(QTextStream& errors)
+ldraw::ColorTable LibraryManager::loadColorTable(QTextStream& errors) const
 {
 	ldraw::ColorTable result;
 	for (const Library& library : this->libraries)

mercurial