From 3f0c9caa48cf9788d17c1c27322209adcc6255d7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 29 Nov 2006 10:51:10 +0000 Subject: [PATCH] Cleaned up inheritance --- include/osgViewer/View | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/View b/include/osgViewer/View index 16cd5a6e9..dcd940c39 100644 --- a/include/osgViewer/View +++ b/include/osgViewer/View @@ -21,7 +21,7 @@ namespace osgViewer { /** View holds a single view on a scene, this view may be composed of one or more slave cameras.*/ -class OSGVIEWER_EXPORT View : public virtual osg::View, public virtual osgViewer::Scene +class OSGVIEWER_EXPORT View : public osg::View, public osgViewer::Scene { public: