summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 5a15b02f3..e65bfce1c 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -141,7 +141,7 @@ Glib::ustring get_path_ustring(Domain domain, Type type, char const *filename)
* localized - Prefer a localized version of the file, i.e. default.de.svg instead of default.svg.
* (will use gettext to determine the preferred language of the user)
*/
-Glib::ustring get_filename(Type type, char const *filename, bool localized)
+Glib::ustring get_filename(Type type, char const *filename, bool localized, bool silent)
{
Glib::ustring result;