Skip to content

Commit

Permalink
Removed the uncessary subclassing from osg::Object as this base class…
Browse files Browse the repository at this point in the history
… is already pullled via ViewerBase
  • Loading branch information
robertosfield committed Feb 19, 2010
1 parent f75983b commit 6a139d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osgViewer/CompositeViewer
Expand Up @@ -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:

Expand Down

0 comments on commit 6a139d8

Please sign in to comment.