summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Exception.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2014-05-16 15:30:38 +0000
committerBernard Normier <bernard@zeroc.com>2014-05-16 15:30:38 +0000
commitf2cb53a3ed3ff07ea10a19642e0555a702d9b409 (patch)
tree74e9e89a9b33fceaf3e89e4104adaae76895c1fe /cpp/src/IceUtil/Exception.cpp
parentRenamed wnativeToNative/nativeToWnative to wstringToString/stringToWstring (diff)
downloadice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.tar.bz2
ice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.tar.xz
ice-f2cb53a3ed3ff07ea10a19642e0555a702d9b409.zip
Fixed build
Diffstat (limited to 'cpp/src/IceUtil/Exception.cpp')
-rw-r--r--cpp/src/IceUtil/Exception.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp
index 36d3e017899..61dac45f5dd 100644
--- a/cpp/src/IceUtil/Exception.cpp
+++ b/cpp/src/IceUtil/Exception.cpp
@@ -568,6 +568,9 @@ IceUtil::IllegalConversionException::IllegalConversionException(const char* file
_reason(reason)
{}
+IceUtil::IllegalConversionException::~IllegalConversionException() throw()
+{}
+
string
IceUtil::IllegalConversionException::ice_name() const
{