Changeset 1648 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 03/04/03 20:52:32 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r1643 r1648 134 134 if (arguments.read("-h") || arguments.read("--help")) 135 135 { 136 arguments.getApplicationUsage()->write( cout);136 arguments.getApplicationUsage()->write(std::cout); 137 137 return 1; 138 138 } … … 144 144 if (arguments.errors()) 145 145 { 146 arguments.writeErrorMessages( cout);146 arguments.writeErrorMessages(std::cout); 147 147 return 1; 148 148 }
