Changeset 7460

Show
Ignore:
Timestamp:
09/24/07 12:36:39
Author:
robert
Message:

From Alberto Luaces, fixed typo of valid() in warning message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/include/osgViewer/GraphicsWindow

    r6977 r7460  
    126126 
    127127        /** Return whether a valid and usable GraphicsContext has been created.*/ 
    128         virtual bool valid() const { osg::notify(osg::NOTICE)<<"GraphicsWindow::realizeImplementation() not implemented."<<std::endl; return false; } 
     128        virtual bool valid() const { osg::notify(osg::NOTICE)<<"GraphicsWindow::valid() not implemented."<<std::endl; return false; } 
    129129 
    130130        /** Realise the GraphicsContext implementation,