diff options
| author | Gordon Sim <gsim@apache.org> | 2013-08-07 20:55:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-08-07 20:55:26 +0000 |
| commit | deb23c3b6d41d964eae43e44a97c51fb02466355 (patch) | |
| tree | 0ae9a2a7f50f14ddd9c60a2f6736031a28b7bbe3 /cpp/src/qpid | |
| parent | 9fa0776e196ce89b9f267a1dd18257214b0c8756 (diff) | |
| download | qpid-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.cpp | 1 |
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 { |
