summaryrefslogtreecommitdiffstats
path: root/MMCError.h
diff options
context:
space:
mode:
Diffstat (limited to 'MMCError.h')
-rw-r--r--MMCError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MMCError.h b/MMCError.h
index 7b2bd0c4..1f72b7a4 100644
--- a/MMCError.h
+++ b/MMCError.h
@@ -11,7 +11,7 @@ public:
exceptionCause = cause;
QLOG_ERROR() << "Exception: " + cause;
};
- virtual ~MMCError(){};
+ virtual ~MMCError() noexcept {}
virtual const char *what() const noexcept
{
return exceptionCause.toLocal8Bit();