From b6e2653d4f506cd0f4d7952c11511a78d5857c35 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 29 Jun 2005 10:21:49 +0000 Subject: [PATCH] From Colin McDonald, build fix for Solaris --- src/osgPlugins/osga/OSGA_Archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/osga/OSGA_Archive.h b/src/osgPlugins/osga/OSGA_Archive.h index f00e1c6ca..679b085b5 100644 --- a/src/osgPlugins/osga/OSGA_Archive.h +++ b/src/osgPlugins/osga/OSGA_Archive.h @@ -95,7 +95,7 @@ class OSGA_Archive : public osgDB::Archive mutable osgDB::ReentrantMutex _serializerMutex; - + class IndexBlock; friend class IndexBlock; class IndexBlock : public osg::Referenced