X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdeptool.cpp;h=45a01c4e7517e5e619dd9376fc605c700870d119;hb=7b51296159813ffbc382e4decef735f222ee23f8;hp=ffb5339819ecf198ee45419887994b9317b8038c;hpb=1b94db4b9fe002aa31390ca48533a822242f3bf5;p=inkscape.git diff --git a/src/deptool.cpp b/src/deptool.cpp index ffb533981..45a01c4e7 100644 --- a/src/deptool.cpp +++ b/src/deptool.cpp @@ -497,7 +497,7 @@ void DepTool::parseName(const String &fullname, if (fullname.size() < 2) return; - unsigned int pos = fullname.find_last_of('/'); + String::size_type pos = fullname.find_last_of('/'); if (pos != fullname.npos && pos