Made the className() const

This commit is contained in:
Robert Osfield
2004-10-26 10:31:52 +00:00
parent fca5f2c2c9
commit d8340148a6

View File

@@ -25,7 +25,7 @@ class ImageReaderWriter : public osgDB::ReaderWriter
ImageReaderWriter();
virtual const char* className() { return "ImageReader"; }
virtual const char* className() const { return "ImageReader"; }
void addPhotoArchive(PhotoArchive* archive) { _photoArchiveList.push_back(archive); }