diff options
Diffstat (limited to 'MMCError.h')
-rw-r--r-- | MMCError.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |