summaryrefslogtreecommitdiff
path: root/include/origexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/origexception.h')
-rw-r--r--include/origexception.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/origexception.h b/include/origexception.h
index bce0945..ca59e7f 100644
--- a/include/origexception.h
+++ b/include/origexception.h
@@ -47,7 +47,7 @@ public:
/**
* Destructor
*/
- virtual ~OrigException();
+ virtual ~OrigException() throw();
/**
* Restore the exception - because the exception was not handled by C++ code
@@ -60,4 +60,3 @@ public:
* End of namespace
*/
}
-