From 5b6fa9589fe61c4ff031f62e822044979c2a46fd Mon Sep 17 00:00:00 2001 From: "api.cashsq.com" Date: Sat, 11 Jan 2014 14:20:36 +0100 Subject: fix exception declaration --- src/origexception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/origexception.cpp') 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; -- cgit v1.2.3