More Xcode 4.3 compatibility fixes. closes #464

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@553 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-03-02 16:54:35 +00:00
parent 03fd666b9b
commit b3c91eb26e

View File

@@ -179,7 +179,7 @@ public:
/// Edge split (= 2-to-4 split) /// Edge split (= 2-to-4 split)
/// Do not call PolyMeshT function below as this does the wrong operation /// Do not call PolyMeshT function below as this does the wrong operation
inline void split(EdgeHandle _eh, const Point& _p) inline void split(EdgeHandle _eh, const Point& _p)
{ Kernel::split(_eh, add_vertex(_p)); } { Kernel::split(_eh, this->add_vertex(_p)); }
inline void split(EdgeHandle _eh, VertexHandle _vh) inline void split(EdgeHandle _eh, VertexHandle _vh)
{ Kernel::split(_eh, _vh); } { Kernel::split(_eh, _vh); }