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/include | |
| 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/include')
| -rw-r--r-- | cpp/include/qpid/types/Variant.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/qpid/types/Variant.h b/cpp/include/qpid/types/Variant.h index e6bfd6bc0a..faba5fe9a4 100644 --- a/cpp/include/qpid/types/Variant.h +++ b/cpp/include/qpid/types/Variant.h @@ -38,7 +38,8 @@ namespace types { */ struct QPID_TYPES_CLASS_EXTERN InvalidConversion : public Exception { - InvalidConversion(const std::string& msg); + QPID_TYPES_EXTERN InvalidConversion(const std::string& msg); + QPID_TYPES_EXTERN ~InvalidConversion() throw(); }; enum VariantType { |
