desktop/source/app/updater.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfd8a4e22fe584939f67b64c9c9495a466b16576 Author: Markus Mohrhard <[email protected]> Date: Mon Aug 21 00:54:07 2017 +0200 updater: looser throw specification for what() of exception Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
