Glib throws a const FileError exception

This commit is contained in:
Robin Gareus 2018-10-26 13:40:03 +02:00
parent 770a1a8a36
commit 7c3fd2fe79
6 changed files with 6 additions and 6 deletions

View file

@ -127,7 +127,7 @@ run_functor_for_paths (vector<string>& result,
}
}
}
catch (Glib::FileError& err)
catch (Glib::FileError const& err)
{
warning << err.what() << endmsg;
}