- fix some cpp check warnings and errors
- fix "property_copy" which has no selfassign now git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@836 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -719,7 +719,7 @@ public:
|
||||
assert(_it != end() && is_in(*_it));
|
||||
clear(*_it);
|
||||
*_it = handles_.back();
|
||||
*_it.pop_back();
|
||||
_it.pop_back();
|
||||
}
|
||||
|
||||
inline void clear()
|
||||
|
||||
Reference in New Issue
Block a user