Fix unused parameter warning
This commit is contained in:
@@ -22,7 +22,7 @@ class ReaderWriterSDL : public osgDB::ReaderWriter
|
||||
|
||||
virtual const char* className() const { return "SDL Device Integration plugin"; }
|
||||
|
||||
virtual ReadResult readObject(const std::string& file, const osgDB::ReaderWriter::Options* options =NULL) const
|
||||
virtual ReadResult readObject(const std::string& file, const osgDB::ReaderWriter::Options* =NULL) const
|
||||
{
|
||||
if (file=="joystick.sdl")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user