From 43f9b131997524a6d30ace8c07958c84a0957459 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 19 Feb 2010 18:56:21 +0000 Subject: [PATCH] Removed the uncessary subclassing from osg::Object as this base class is already pullled via ViewerBase --- include/osgViewer/CompositeViewer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/CompositeViewer b/include/osgViewer/CompositeViewer index 240fe30a2..c0e50af4d 100644 --- a/include/osgViewer/CompositeViewer +++ b/include/osgViewer/CompositeViewer @@ -22,7 +22,7 @@ namespace osgViewer { /** CompsiteViewer holds a or more views to a one more scenes.*/ -class OSGVIEWER_EXPORT CompositeViewer : public ViewerBase, public virtual osg::Object +class OSGVIEWER_EXPORT CompositeViewer : public ViewerBase { public: