Removed the uncessary subclassing from osg::Object as this base class is already pullled via ViewerBase

This commit is contained in:
Robert Osfield
2010-02-19 18:56:21 +00:00
parent b807fc83fe
commit 43f9b13199

View File

@@ -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: