From Tony Horrobin, fix for VS6.0
This commit is contained in:
@@ -754,7 +754,7 @@ class OSG_EXPORT State : public Referenced
|
||||
struct AttributeStack
|
||||
{
|
||||
typedef std::pair<const StateAttribute*,StateAttribute::OverrideValue> AttributeStack::AttributePair;
|
||||
typedef std::vector<AttributeStack::AttributePair> AttributeVec;
|
||||
typedef std::vector<AttributePair> AttributeVec;
|
||||
|
||||
AttributeStack()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user