summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-17 08:59:10 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-17 08:59:10 +0100
commit87bc164a5100b980ff75b5304623938f85eb2c0e (patch)
treecd12468f090188953dbadb6d9ab81369a87bccc9 /src
parent0fa2dca9ee67fe4382afac468352388c292873e3 (diff)
fixed compile issue with gcc 4.7
Diffstat (limited to 'src')
-rw-r--r--src/notimplemented.h2
1 files changed, 1 insertions, 1 deletions
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() {}
};