From deb23c3b6d41d964eae43e44a97c51fb02466355 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/qpid@1511483 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/types/Variant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/include') 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 { -- cgit v1.2.1