Fix to build with correct two phase name lookup (xcode 4.3 compatibility for OpenMesh). The template base class members are not found otherwise.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@552 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -172,7 +172,7 @@ public:
|
||||
/// insert the entry _h
|
||||
void insert(HeapEntry _h)
|
||||
{
|
||||
push_back(_h);
|
||||
this->push_back(_h);
|
||||
upheap(size()-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user