Fixes for GCC 3.0.3 build.

This commit is contained in:
Robert Osfield
2002-02-03 19:18:14 +00:00
parent c1283c23e8
commit 6630cfb455
4 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ class OSGUTIL_EXPORT RenderLeaf : public osg::Referenced
virtual void render(osg::State& state,RenderLeaf* previous);
/// allow RenderGraph to change the RenderLeaf's _parent.
friend RenderGraph;
friend class osgUtil::RenderGraph;
public:

View File

@@ -98,7 +98,7 @@ class OSGUTIL_EXPORT Tesselator
protected:
friend VertexIndexSet;
friend struct VertexIndexSet;
typedef std::vector<VertexIndexSet> CoordVec;