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

[MeL] Hide at() method in PropertyVector.

parent 4d4bf4d7
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,8 @@ protected:
private:
std::vector<T*> _values;
// hide method
T* at(std::size_t);
};
} // end namespace MeshLib
......
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