summaryrefslogtreecommitdiff
path: root/include/exception.h
diff options
context:
space:
mode:
authorapi.cashsq.com <admin@api.cashsq.com>2014-01-11 14:20:36 +0100
committerapi.cashsq.com <admin@api.cashsq.com>2014-01-11 14:20:36 +0100
commit5b6fa9589fe61c4ff031f62e822044979c2a46fd (patch)
tree3ebd47bcf6cff73d68777a7e2744b5020cc5f2d4 /include/exception.h
parent3626372cc9cd23c87ddbd54689699bd60e252ad5 (diff)
fix exception declaration
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()
{
}