- Timestamp:
- 12/10/03 16:22:05 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgphotoalbum/osgphotoalbum.cpp
r2515 r2521 129 129 else 130 130 { 131 return 0;131 return ReaderWriter::ReadResult::FILE_NOT_HANDLED; 132 132 } 133 133
