Changed from a -> to *() when using the object pointed to by a reverse iterator,
to fix problems with build under VS6/STLport.
This commit is contained in:
@@ -201,7 +201,7 @@ void CollectOccludersVisitor::removeOccludedOccluders()
|
||||
holeItr!=holeList.rend();
|
||||
)
|
||||
{
|
||||
if (occluder->contains(holeItr->getReferenceVertexList()))
|
||||
if (occluder->contains((*holeItr).getReferenceVertexList()))
|
||||
{
|
||||
holeList.erase((++holeItr).base());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user