Kaydet (Commit) bfd8a4e2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: looser throw specification for what() of exception

Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627
üst fc096827
......@@ -56,7 +56,7 @@ public:
{
}
virtual const char* what() const override
virtual const char* what() const throw() override
{
return maStr.getStr();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment