diff options
| author | su-v <suv-sf@users.sf.net> | 2017-07-06 08:20:40 +0000 |
|---|---|---|
| committer | su-v <suv-sf@users.sf.net> | 2017-07-06 08:20:40 +0000 |
| commit | 188bbd799746fc05de9c18a0957793323f747178 (patch) | |
| tree | e22d782618a236928637943535af01a30f75e60b /src/io/http.h | |
| parent | Add libsoup to CI builder (diff) | |
| download | inkscape-188bbd799746fc05de9c18a0957793323f747178.tar.gz inkscape-188bbd799746fc05de9c18a0957793323f747178.zip | |
Update MSYS2 port for new dependency (libsoup)
- update script to install dependencies
- update InstallMSYS2.cmake
- fix Windows builds (uint -> unsigned int)
Diffstat (limited to 'src/io/http.h')
| -rw-r--r-- | src/io/http.h | 2 |
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); } } |
