diff -r 7c27cda03747 -r 97df974b5ed5 src/gl/compiler.cpp --- a/src/gl/compiler.cpp Fri Mar 06 23:45:44 2020 +0200 +++ b/src/gl/compiler.cpp Mon Mar 09 14:21:54 2020 +0200 @@ -237,7 +237,7 @@ return gl::ArrayClass::Lines; } -ldraw::Id gl::Compiler::idFromColor(const std::array& data) +ldraw::id_t gl::Compiler::idFromColor(const std::array& data) { return {data[0] * std::int32_t{0x10000} + data[1] * std::int32_t{0x100} + data[2]}; } @@ -311,7 +311,7 @@ object.vertexArray.release(); } -void gl::Compiler::setSelectedObjects(const QSet ids) +void gl::Compiler::setSelectedObjects(const QSet ids) { for (int i = 0; i < gl::NUM_ARRAY_CLASSES; i += 1) {