From 87bc164a5100b980ff75b5304623938f85eb2c0e Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 17 Mar 2014 08:59:10 +0100 Subject: fixed compile issue with gcc 4.7 --- src/notimplemented.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notimplemented.h') diff --git a/src/notimplemented.h b/src/notimplemented.h index d876178..ee99254 100644 --- a/src/notimplemented.h +++ b/src/notimplemented.h @@ -40,7 +40,7 @@ public: /** * Destructor */ - virtual ~NotImplemented() {} + virtual ~NotImplemented() throw() {} }; -- cgit v1.2.3