From ecc2f02f0d9c2f2a0fb876ef98bbde63c624643c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Jan 2003 08:37:15 +0000 Subject: [PATCH] Removed eroneous std:: from the from of DisplayListVector. --- src/osg/Drawable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/Drawable.cpp b/src/osg/Drawable.cpp index 8441e6244..446f79cd3 100644 --- a/src/osg/Drawable.cpp +++ b/src/osg/Drawable.cpp @@ -54,7 +54,7 @@ void Drawable::flushDeletedDisplayLists(uint contextID) // in one quick pointer change. displayListSet.swap(citr->second); - for(std::DisplayListVector::iterator gitr=displayListSet.begin(); + for(DisplayListVector::iterator gitr=displayListSet.begin(); gitr!=displayListSet.end(); ++gitr) {