Fixed override method inconsistency

This commit is contained in:
Robert Osfield
2016-06-27 16:21:48 +01:00
parent 9f67436b32
commit a5fde3a369

View File

@@ -22,7 +22,7 @@ class ESRIShapeReaderWriter : public osgDB::ReaderWriter
supportsOption("double","Read x,y,z data as double an stored as geometry in osg::Vec3dArray's.");
}
virtual const char* className() { return "ESRI Shape ReaderWriter"; }
virtual const char* className() const { return "ESRI Shape ReaderWriter"; }
virtual bool acceptsExtension(const std::string& extension) const
{