summaryrefslogtreecommitdiff
path: root/src/notimplemented.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notimplemented.h')
-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() {}
};