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 | f86362ea595e0a574d0b5cd3f15ff03f31cdadbe (patch) | |
tree | 66d6f78a1550407edb50491262c0ab5045575e88 /qpid/cpp/include | |
parent | a001783ce1f9d097b8b031a4522ed351b1be697d (diff) | |
download | qpid-python-f86362ea595e0a574d0b5cd3f15ff03f31cdadbe.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@1511483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r-- | qpid/cpp/include/qpid/types/Variant.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/types/Variant.h b/qpid/cpp/include/qpid/types/Variant.h index e6bfd6bc0a..faba5fe9a4 100644 --- a/qpid/cpp/include/qpid/types/Variant.h +++ b/qpid/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 { |