diff --git a/libraries/shared/src/ListShape.h b/libraries/shared/src/ListShape.h index 67d125020f..6352ef3f07 100644 --- a/libraries/shared/src/ListShape.h +++ b/libraries/shared/src/ListShape.h @@ -56,7 +56,7 @@ public: void setShapes(QVector& shapes); // TODO: either implement this or remove ListShape altogether - virtual bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; } + bool findRayIntersection(RayIntersectionInfo& intersection) const { return false; } protected: void clear();