Skip to content
Snippets Groups Projects
Commit 8ec8d792 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[GL] Remove extraneous namespace specification.

parent 749537df
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public:
virtual GEOTYPE getGeoType() const {return GEOTYPE::POINT;}
protected:
friend GeoLib::PointVec;
friend PointVec;
/// Resets the id.
void setID(std::size_t id) { _id = id; }
};
......
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