From 64b83a5f76cbfe1525c31da7409e1fc12f8e5e18 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 14 Oct 2015 09:59:38 +0200
Subject: [PATCH] [MeL] Hide at() method in PropertyVector.

---
 MeshLib/PropertyVector.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h
index 822a4c0fcf8..eae4a8371f7 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
-- 
GitLab