mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
|
@ -1114,7 +1114,7 @@ Gtkmm2ext::add_volume_shortcuts (Gtk::FileChooser& c)
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (Glib::FileError& e) {
|
||||
catch (Glib::FileError const& e) {
|
||||
std::cerr << "listing /Volumnes failed: " << e.what() << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue