diff -r 764381756899 -r 62373840e33a src/linetypes/object.cpp --- a/src/linetypes/object.cpp Wed Mar 11 19:05:34 2020 +0200 +++ b/src/linetypes/object.cpp Tue Mar 17 23:13:29 2020 +0200 @@ -58,6 +58,11 @@ Q_UNUSED(context) } +const glm::vec3& ldraw::Object::getPoint(int index) const +{ + throw BadPointIndex{}; +} + ldraw::ColoredObject::ColoredObject(const Color color_index) : colorIndex{color_index} {