Changeset 8491

Show
Ignore:
Timestamp:
06/23/08 17:11:37
Author:
robert
Message:

Fixed pedantic warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/include/osgDB/ReaderWriter

    r8325 r8491  
    169169                    FILE_LOADED_FROM_CACHE, //!< File found in cache and returned. 
    170170                    ERROR_IN_READING_FILE, //!< File found, loaded, but an error was encountered during processing. 
    171                     FILE_REQUESTED, //!< Asyncronous file read has been requested, but returning immediatiely, keep polling plugin till file read has been completed. 
     171                    FILE_REQUESTED //!< Asyncronous file read has been requested, but returning immediatiely, keep polling plugin till file read has been completed. 
    172172                }; 
    173173