Fixed typo

This commit is contained in:
Robert Osfield
2007-01-09 09:14:25 +00:00
parent 96b2b93edc
commit b039728bf1

View File

@@ -94,7 +94,7 @@ bool GraphicsWindowWin32::makeCurrentImplementation()
}
bool GraphicWindowWin32::releaseContextImplementation()
bool GraphicsWindowWin32::releaseContextImplementation()
{
osg::notify(osg::NOTICE)<<"GraphicWindowWin32::releaseContextImplementation() Please implement me!"<<std::endl;
return false;