From 5eb2bc4851f6f96538521bf0334314787bcb091d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Aug 2007 12:27:09 +0000 Subject: [PATCH] Added return 0; --- include/osg/View | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;