Skip to content
Snippets Groups Projects
Commit 7f8acb36 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add missing return

parent d6fa1eee
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ namespace armarx::viz
Polygon& clear()
{
data_->points.clear();
return *this;
}
Polygon& lineColor(Color color)
......
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