diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-21 00:54:07 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-21 00:55:04 +0200 |
commit | bfd8a4e22fe584939f67b64c9c9495a466b16576 (patch) | |
tree | 45f4abbad31799ef84f0c04949499395909e7a71 /desktop | |
parent | fc096827ea9fee79c27e07db040c6aed2b5d9ffd (diff) |
updater: looser throw specification for what() of exception
Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627
Diffstat (limited to 'desktop')
-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(); } |