Fixed pedantic warning

This commit is contained in:
Robert Osfield 2008-06-23 15:11:37 +00:00
parent 0b6e605795
commit 37765805ff

View File

@ -168,7 +168,7 @@ class OSGDB_EXPORT ReaderWriter : public osg::Object
FILE_LOADED, //!< File successfully found, loaded, and converted into osg. FILE_LOADED, //!< File successfully found, loaded, and converted into osg.
FILE_LOADED_FROM_CACHE, //!< File found in cache and returned. FILE_LOADED_FROM_CACHE, //!< File found in cache and returned.
ERROR_IN_READING_FILE, //!< File found, loaded, but an error was encountered during processing. ERROR_IN_READING_FILE, //!< File found, loaded, but an error was encountered during processing.
FILE_REQUESTED, //!< Asyncronous file read has been requested, but returning immediatiely, keep polling plugin till file read has been completed. FILE_REQUESTED //!< Asyncronous file read has been requested, but returning immediatiely, keep polling plugin till file read has been completed.
}; };
ReadResult(ReadStatus status=FILE_NOT_HANDLED):_status(status) {} ReadResult(ReadStatus status=FILE_NOT_HANDLED):_status(status) {}