summaryrefslogtreecommitdiff
path: root/include/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exception.h')
-rw-r--r--include/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exception.h b/include/exception.h
index 061c106..429b2cf 100644
--- a/include/exception.h
+++ b/include/exception.h
@@ -42,7 +42,7 @@ public:
/**
* Destructor
*/
- virtual ~Exception()
+ virtual ~Exception() throw()
{
}