Skip to content
Snippets Groups Projects
Commit 3288227b authored by Tom Fischer's avatar Tom Fischer Committed by Dmitry Yu. Naumov
Browse files

[GL] Polyline::removePoint() doesn't need to be virtual.

parent f1fb956f
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ public:
* be removed and the length of the polyline will be changed.
* @param pos a valid position within the polyline
*/
virtual void removePoint(std::size_t pos);
void removePoint(std::size_t pos);
/**
* Closes a polyline by adding a line segment that connects start- and end-point.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment