summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/types/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/types/Exception.h')
-rw-r--r--cpp/include/qpid/types/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/types/Exception.h b/cpp/include/qpid/types/Exception.h
index 483d104cc8..d061a7df0e 100644
--- a/cpp/include/qpid/types/Exception.h
+++ b/cpp/include/qpid/types/Exception.h
@@ -28,7 +28,7 @@
namespace qpid {
namespace types {
-class QPID_TYPES_CLASS_EXTERN Exception : public std::exception
+class Exception : public std::exception
{
public:
QPID_TYPES_EXTERN explicit Exception(const std::string& message=std::string()) throw();