fix cleanup in d'tor

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1048 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-05-09 07:11:36 +00:00
parent 79d7f778dc
commit 3bc356b2dd

View File

@@ -113,7 +113,7 @@ public:
/// Destructor
~ModNormalDeviationT() {
mesh_.add_property(normal_cones_);
mesh_.remove_property(normal_cones_);
}