summaryrefslogtreecommitdiffstats
path: root/src/io/http.h
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2017-07-07 16:07:46 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2017-07-07 16:07:46 +0000
commit8ee2847d70f7fe6e1ef590cf8b50340818660fa9 (patch)
tree23fd01fa4dc364bb2dcddb67398b04919dce1fc9 /src/io/http.h
parentFix gtk margin API (diff)
parentMerge branch 'su-v/inkscape-fix-MSYS2-libsoup-req' (diff)
downloadinkscape-8ee2847d70f7fe6e1ef590cf8b50340818660fa9.tar.gz
inkscape-8ee2847d70f7fe6e1ef590cf8b50340818660fa9.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
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 dd58fe9a3..8327ca79d 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, uint 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=NULL);
}
}