Removed the uncessary subclassing from osg::Object as this base class is already pullled via ViewerBase
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user