From bfd8a4e22fe584939f67b64c9c9495a466b16576 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 21 Aug 2017 00:54:07 +0200 Subject: updater: looser throw specification for what() of exception Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627 --- desktop/source/app/updater.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app/updater.cxx') 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(); } -- cgit