From 61643f2ae9158dd5babb0d7a874b4cd4bbc99ade Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 17 Dec 2001 09:29:56 +0000 Subject: [PATCH] Added std:: infront of endl to ensure compilation under Windows. --- src/osgUtil/CullVisitor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgUtil/CullVisitor.cpp b/src/osgUtil/CullVisitor.cpp index 2c9568d57..5ad5ba55c 100644 --- a/src/osgUtil/CullVisitor.cpp +++ b/src/osgUtil/CullVisitor.cpp @@ -662,8 +662,8 @@ void CullVisitor::updateCalculatedNearFar(osg::Drawable* pDrawable) { if ( !EQUAL_F(d_near, d_far) ) { - osg::notify(osg::WARN)<<"Warning: CullVisitor::updateCalculatedNearFar(.) near>far in range calculation,"<far in range calculation,"<