From 42358b61aed69d84003d6866b2011d751dac33bd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 23 Jul 2002 18:44:03 +0000 Subject: [PATCH] Added missing std:: to endl; --- src/osgGLUT/Viewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgGLUT/Viewer.cpp b/src/osgGLUT/Viewer.cpp index 68c81db69..e140fd4ac 100644 --- a/src/osgGLUT/Viewer.cpp +++ b/src/osgGLUT/Viewer.cpp @@ -1247,7 +1247,7 @@ void Viewer::keyboard(unsigned char key, int x, int y) if (density<0.0f) density=0.0f; - std::cout<<"setting fog density "<setDensity(density); }