From 6524548eb292ef4d52cd89073a12f47950f9b5af Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 17 Jul 2002 12:21:53 +0000 Subject: [PATCH] Fix for Win32 build. --- 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 71f10eea7..27099b9c6 100644 --- a/src/osgGLUT/Viewer.cpp +++ b/src/osgGLUT/Viewer.cpp @@ -290,7 +290,7 @@ unsigned int Viewer::registerCameraManipulator(osgGA::CameraManipulator* cm, return pos; } -void Viewer::setEventHandler(osgGA::GUIEventHandler* handler,unsigned int viewport = 0) +void Viewer::setEventHandler(osgGA::GUIEventHandler* handler,unsigned int viewport) { ViewportDef &viewp = _viewportList[viewport]; viewp._eventHandler = handler;