summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-10-26 13:40:03 +0200
committerRobin Gareus <robin@gareus.org>2018-10-26 13:40:03 +0200
commit7c3fd2fe794e5073760457300d24a23f23c54012 (patch)
tree0e222447a3435991400936985faf466d42046bd9 /libs/gtkmm2ext
parent770a1a8a36e2c167d92f7567ccfa0be2064f9208 (diff)
Glib throws a const FileError exception
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/utils.cc b/libs/gtkmm2ext/utils.cc
index aa139981fc..bdb44090c3 100644
--- a/libs/gtkmm2ext/utils.cc
+++ b/libs/gtkmm2ext/utils.cc
@@ -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