summaryrefslogtreecommitdiffstats
path: root/src/io/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/resource.h')
-rw-r--r--src/io/resource.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/resource.h b/src/io/resource.h
index 6ec08a28c..dae43ec8f 100644
--- a/src/io/resource.h
+++ b/src/io/resource.h
@@ -58,13 +58,13 @@ enum Domain {
};
Util::ptr_shared get_path(Domain domain, Type type,
- char const *filename=NULL);
+ char const *filename=nullptr);
Glib::ustring get_path_ustring(Domain domain, Type type,
- char const *filename=NULL);
+ char const *filename=nullptr);
Glib::ustring get_filename(Type type, char const *filename,
- char const *locale=NULL);
+ char const *locale=nullptr);
Glib::ustring get_filename(Glib::ustring path, Glib::ustring filename);
std::vector<Glib::ustring> get_filenames(Type type,