- Timestamp:
- 11/07/08 16:08:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimulation/osgsimulation.cpp
r8868 r9124 47 47 48 48 #include <osgDB/FileUtils> 49 #include <osgDB/fstream> 49 50 #include <osgDB/ReadFile> 50 51 … … 244 245 while (arguments.read("--flight-path",flightpath_filename)) 245 246 { 246 std::ifstream fin(flightpath_filename.c_str());247 osgDB::ifstream fin(flightpath_filename.c_str()); 247 248 if (fin) 248 249 {
