Changeset 7460
- Timestamp:
- 09/24/07 12:36:39
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph/trunk/include/osgViewer/GraphicsWindow
r6977 r7460 126 126 127 127 /** 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; } 129 129 130 130 /** Realise the GraphicsContext implementation,
