diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h index 822a4c0fcf86bf67e82bf0b456d7b74bf3aaf293..eae4a8371f78e9c668d223026ff6d64e586240c5 100644 --- a/MeshLib/PropertyVector.h +++ b/MeshLib/PropertyVector.h @@ -217,6 +217,8 @@ protected: private: std::vector<T*> _values; + // hide method + T* at(std::size_t); }; } // end namespace MeshLib