Fixed warning

This commit is contained in:
Robert Osfield
2009-02-03 17:11:54 +00:00
parent 734463fcc7
commit 7eafde35e2

View File

@@ -1650,7 +1650,7 @@ class CopyPointsToVertexArrayVisitor : public osg::ArrayVisitor
protected:
CopyPointsToVertexArrayVisitor& operator = (const CopyPointsToArrayVisitor&) { return *this; }
CopyPointsToVertexArrayVisitor& operator = (const CopyPointsToVertexArrayVisitor&) { return *this; }
};