Changeset 1515 for trunk/third_party/tclap/HelpVisitor.h
- Timestamp:
- 24/08/10 11:23:06 (21 months ago)
- File:
-
- 1 edited
-
trunk/third_party/tclap/HelpVisitor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/third_party/tclap/HelpVisitor.h
r857 r1515 61 61 * specified CmdLine. 62 62 */ 63 void visit() { (*_out)->usage(*_cmd); exit(0); }63 void visit() { (*_out)->usage(*_cmd); throw ExitException(0); } 64 64 65 65 };
Note: See TracChangeset
for help on using the changeset viewer.
