summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/Parser.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-13 15:03:55 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-13 15:03:55 +0000
commita381ac5fd939d379b9f519af2327526795cb3722 (patch)
tree55473c3c6f9e28159342d43beb4808db2d6a6031 /cpp/demo/Freeze/library/Parser.cpp
parentInitial version of library demo. (diff)
downloadice-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.cpp2
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.");
}