- Timestamp:
- 11/07/08 16:08:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgstereoimage/osgstereoimage.cpp
r7648 r9124 18 18 19 19 #include <osgViewer/Viewer> 20 #include <osgDB/fstream> 20 21 #include <osgDB/ReadFile> 21 22 #include <osgDB/WriteFile> … … 500 501 // extract the filenames from the a file, one filename per line. 501 502 while (arguments.read("-files",filename)) { 502 std::ifstream is(filename.c_str());503 osgDB::ifstream is(filename.c_str()); 503 504 if (is) { 504 505 std::string line;
