From Colin McDonald, fixed typo.

This commit is contained in:
Robert Osfield
2008-04-11 10:31:49 +00:00
parent 462067c5d9
commit 6429937fce

View File

@@ -1605,7 +1605,7 @@ public:
if ( _errorHandlerSet )
{
X11ErrorHandler currentHandler = XSetErrorHandler(NULL);
if ( currentHandler = X11ErrorHandling )
if ( currentHandler == X11ErrorHandling )
{
// osg::notify(osg::INFO)<<"osgViewer X11 error handler removed"<<std::endl;
}