diff --git a/include/osgDB/DatabasePager b/include/osgDB/DatabasePager index fd0b2db05..9bd92b5da 100644 --- a/include/osgDB/DatabasePager +++ b/include/osgDB/DatabasePager @@ -115,7 +115,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl protected : - virtual ~DatabasePager() {} + virtual ~DatabasePager(); struct DatabaseRequest : public osg::Referenced { diff --git a/src/osg/GLExtensions.cpp b/src/osg/GLExtensions.cpp index c3c66425e..f6e221a48 100644 --- a/src/osg/GLExtensions.cpp +++ b/src/osg/GLExtensions.cpp @@ -97,8 +97,6 @@ bool osg::isGLExtensionSupported(const char *extension) } - std::cout<<"render='"<