Fixed typo

This commit is contained in:
Robert Osfield
2005-09-01 19:12:06 +00:00
parent 2bafaea60a
commit caaeaee321
4 changed files with 25 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ using namespace osgProducer;
namespace osgProducer
{
struct MyCreateGraphicContexCallback : public osg::GraphicsContext::CreateGraphicContexCallback
struct MyCreateGraphicContexCallback : public osg::GraphicsContext::CreateGraphicContextCallback
{
virtual osg::GraphicsContext* createGraphicsContext(osg::GraphicsContext::Traits* traits)
{