Skip to content
Snippets Groups Projects
Commit 92d7b261 authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL/Polyline] friend declaration isn't necessary.

parent b09b2f26
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,6 @@ public:
double getDistanceAlongPolyline(const MathLib::Point3d& pnt,
const double epsilon_radius) const;
friend bool operator==(Polyline const& lhs, Polyline const& rhs);
protected:
/**
* 2D method - ignores z coordinate. It calculates the location
......
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