diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-29 01:39:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-29 01:39:57 +0000 |
| commit | dc2bb9cef19401592553dd8166b13fa6c4c0c3af (patch) | |
| tree | 2823464a9e928f4aae2e189fa47fb1997d727270 /src/uri.cpp | |
| parent | Removed recursion from code because no speed improvements (diff) | |
| parent | Dutch translation update (diff) | |
| download | inkscape-dc2bb9cef19401592553dd8166b13fa6c4c0c3af.tar.gz inkscape-dc2bb9cef19401592553dd8166b13fa6c4c0c3af.zip | |
update to trunk
(bzr r14422.1.26)
Diffstat (limited to 'src/uri.cpp')
| -rw-r--r-- | src/uri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.cpp b/src/uri.cpp index 2eaf4ecc1..49bdab63c 100644 --- a/src/uri.cpp +++ b/src/uri.cpp @@ -148,7 +148,7 @@ gchar *URI::to_native_filename(gchar const* uri) throw(BadURIException) * Does not check if the returned path is the local document's path (local) * and thus redundent. Caller is expected to check against the document's path. */ -const std::string URI::getFullPath(std::string const base) const { +const std::string URI::getFullPath(std::string const &base) const { if (!_impl->getPath()) { return ""; } |
