summaryrefslogtreecommitdiffstats
path: root/src/io/http.h
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-06 19:32:36 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-06 19:32:36 +0000
commit42bf908b4144ffeda58e77874f4c17410f1a67c3 (patch)
tree97134364c9ea832d1402f823d692fef6e49074f2 /src/io/http.h
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
parentUpdate MSYS2 port for new dependency (libsoup) (diff)
downloadinkscape-42bf908b4144ffeda58e77874f4c17410f1a67c3.tar.gz
inkscape-42bf908b4144ffeda58e77874f4c17410f1a67c3.zip
Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req'
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);
}
}