summaryrefslogtreecommitdiff
path: root/src/origexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/origexception.cpp')
-rw-r--r--src/origexception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/origexception.cpp b/src/origexception.cpp
index 299730e..3cdd42a 100644
--- a/src/origexception.cpp
+++ b/src/origexception.cpp
@@ -49,7 +49,7 @@ OrigException::OrigException(OrigException &&exception) :
/**
* Destructor
*/
-OrigException::~OrigException()
+OrigException::~OrigException() noexcept
{
// skip if the exception was restored
if (_restored) return;