mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Glib throws a const FileError exception
This commit is contained in:
parent
770a1a8a36
commit
7c3fd2fe79
6 changed files with 6 additions and 6 deletions
|
|
@ -127,7 +127,7 @@ run_functor_for_paths (vector<string>& result,
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (Glib::FileError& err)
|
||||
catch (Glib::FileError const& err)
|
||||
{
|
||||
warning << err.what() << endmsg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue