From 7c3fd2fe794e5073760457300d24a23f23c54012 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 26 Oct 2018 13:40:03 +0200 Subject: Glib throws a const FileError exception --- libs/pbd/file_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/file_utils.cc') diff --git a/libs/pbd/file_utils.cc b/libs/pbd/file_utils.cc index 4549e93009..3fc3cdf99e 100644 --- a/libs/pbd/file_utils.cc +++ b/libs/pbd/file_utils.cc @@ -127,7 +127,7 @@ run_functor_for_paths (vector& result, } } } - catch (Glib::FileError& err) + catch (Glib::FileError const& err) { warning << err.what() << endmsg; } -- cgit v1.2.3