Fixed warning.

This commit is contained in:
Robert Osfield
2003-07-24 06:09:28 +00:00
parent acc200a6a2
commit 3ad92eec04

View File

@@ -171,7 +171,7 @@ void ReaderWriterSS3D::parseSlide (SlideShowConstructor& constructor, xmlDocPtr
}
osgDB::ReaderWriter::ReadResult ReaderWriterSS3D::readNode(const std::string& fileName,
const osgDB::ReaderWriter::Options* options)
const osgDB::ReaderWriter::Options*)
{
std::string ext = osgDB::getLowerCaseFileExtension(fileName);
if (!acceptsExtension(ext))