From 62994ac4a21bf5b97c3f391977aebaf56c4b21dc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 17 Apr 2005 09:41:48 +0000 Subject: [PATCH] From Tony Horrobin, fix for VS6.0 --- include/osg/State | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/State b/include/osg/State index b912450c2..89bde2a73 100644 --- a/include/osg/State +++ b/include/osg/State @@ -754,7 +754,7 @@ class OSG_EXPORT State : public Referenced struct AttributeStack { typedef std::pair AttributeStack::AttributePair; - typedef std::vector AttributeVec; + typedef std::vector AttributeVec; AttributeStack() {