diff --git a/include/osg/View b/include/osg/View index b2f102c65..c74ea395f 100644 --- a/include/osg/View +++ b/include/osg/View @@ -132,7 +132,7 @@ class OSG_EXPORT View : public osg::Object virtual ~View(); - virtual osg::GraphicsOperation* createRenderer(osg::Camera* camera) {} + virtual osg::GraphicsOperation* createRenderer(osg::Camera* camera) { return 0; } osg::ref_ptr _stats;