Changeset 9692 for OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp
r9124 r9692 90 90 else 91 91 { 92 std::cout<<"Error: could not f ound file '"<<filename<<"'"<<std::endl;92 std::cout<<"Error: could not find file '"<<filename<<"'"<<std::endl; 93 93 return 1; 94 94 }
