Missing check-ins

This commit is contained in:
Robert Osfield
2008-07-15 09:55:33 +00:00
parent f22c06acbe
commit 3e96a9d448
3 changed files with 10 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class OSGDB_EXPORT ReaderWriter : public osg::Object
virtual const FormatDescriptionMap& supportedProtocols() const { return _supportedProtocols; }
/** return which list of file extensions supported by ReaderWriter. */
virtual const FormatDescriptionMap& supportedExtension() const { return _supportedExtensions; }
virtual const FormatDescriptionMap& supportedExtensions() const { return _supportedExtensions; }
/** return which list of file extensions supported by ReaderWriter. */
virtual const FormatDescriptionMap& supportedOptions() const { return _supportedOptions; }