diff options
Diffstat (limited to 'desktop/source/app/updater.cxx')
-rw-r--r-- | desktop/source/app/updater.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx index 86e7a473783b..7402d051e313 100644 --- a/desktop/source/app/updater.cxx +++ b/desktop/source/app/updater.cxx @@ -56,7 +56,7 @@ public: { } - virtual const char* what() const override + virtual const char* what() const throw() override { return maStr.getStr(); } |