summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-08-07 20:55:26 +0000
committerGordon Sim <gsim@apache.org>2013-08-07 20:55:26 +0000
commitdeb23c3b6d41d964eae43e44a97c51fb02466355 (patch)
tree0ae9a2a7f50f14ddd9c60a2f6736031a28b7bbe3 /cpp/src/qpid
parent9fa0776e196ce89b9f267a1dd18257214b0c8756 (diff)
downloadqpid-python-deb23c3b6d41d964eae43e44a97c51fb02466355.tar.gz
QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect them)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1511483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
-rw-r--r--cpp/src/qpid/types/Variant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/types/Variant.cpp b/cpp/src/qpid/types/Variant.cpp
index 7a5f36851a..292bb5ef09 100644
--- a/cpp/src/qpid/types/Variant.cpp
+++ b/cpp/src/qpid/types/Variant.cpp
@@ -36,6 +36,7 @@ const std::string PREFIX("invalid conversion: ");
}
InvalidConversion::InvalidConversion(const std::string& msg) : Exception(PREFIX + msg) {}
+InvalidConversion::~InvalidConversion() throw() {}
class VariantImpl
{