Added return 0;

This commit is contained in:
Robert Osfield
2007-08-02 12:27:09 +00:00
parent c346f5b943
commit 5eb2bc4851

View File

@@ -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<osg::Stats> _stats;