From f86362ea595e0a574d0b5cd3f15ff03f31cdadbe Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 7 Aug 2013 20:55:26 +0000 Subject: 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 --- qpid/cpp/include/qpid/types/Variant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/include') 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 { -- cgit v1.2.1