From e30a534ec93b8dc8538e4e01b3e6b30391b59dbb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 16 Nov 2004 15:36:06 +0000 Subject: [PATCH] Adde another friend to remove final VS6.0 compile problem. --- include/osgDB/Registry | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgDB/Registry b/include/osgDB/Registry index 91b989941..18e8541a1 100644 --- a/include/osgDB/Registry +++ b/include/osgDB/Registry @@ -458,6 +458,7 @@ class OSGDB_EXPORT Registry : public osg::Referenced struct ReadArchiveFunctor; // make helper classes friends to get round VS6.0 "issues" + friend struct ReadFunctor; friend struct RegReadObjectFunctor; friend struct ReadImageFunctor; friend struct ReadHeightFieldFunctor;