Fixed override method inconsistency
This commit is contained in:
parent
ec2d9ce67c
commit
9f67436b32
@ -44,7 +44,7 @@ public:
|
||||
supportsExtension("ply","Stanford Triangle Format");
|
||||
}
|
||||
|
||||
virtual const char* className() { return "ReaderWriterPLY"; }
|
||||
virtual const char* className() const { return "ReaderWriterPLY"; }
|
||||
virtual ReadResult readNode(const std::string& fileName, const osgDB::ReaderWriter::Options*) const;
|
||||
protected:
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user