summaryrefslogtreecommitdiffstats
path: root/src/io/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/http.h')
-rw-r--r--src/io/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/http.h b/src/io/http.h
index 8327ca79d..70676e156 100644
--- a/src/io/http.h
+++ b/src/io/http.h
@@ -27,7 +27,7 @@ namespace Inkscape {
namespace IO {
namespace HTTP {
- Glib::ustring get_file(Glib::ustring uri, unsigned int timeout=0, std::function<void(Glib::ustring)> func=NULL);
+ Glib::ustring get_file(Glib::ustring uri, unsigned int timeout=0, std::function<void(Glib::ustring)> func=nullptr);
}
}