diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-03-13 15:03:55 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-03-13 15:03:55 +0000 |
commit | a381ac5fd939d379b9f519af2327526795cb3722 (patch) | |
tree | 55473c3c6f9e28159342d43beb4808db2d6a6031 /cpp/demo/Freeze/library/Parser.cpp | |
parent | Initial version of library demo. (diff) | |
download | ice-a381ac5fd939d379b9f519af2327526795cb3722.tar.bz2 ice-a381ac5fd939d379b9f519af2327526795cb3722.tar.xz ice-a381ac5fd939d379b9f519af2327526795cb3722.zip |
Added project files for Freeze/library demo
Diffstat (limited to 'cpp/demo/Freeze/library/Parser.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp index 3f3a1708668..97668a26877 100644 --- a/cpp/demo/Freeze/library/Parser.cpp +++ b/cpp/demo/Freeze/library/Parser.cpp @@ -74,7 +74,7 @@ Parser::addBook(const list<string>& _args) { error(ex.message); } - catch(const BookExistsException& ex) + catch(const BookExistsException&) { error("The book already exists."); } |