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:
@@ -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); }
|
||||||
|
|||||||
Reference in New Issue
Block a user