summaryrefslogtreecommitdiffstats
path: root/src/uri.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-11-03 21:47:20 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-11-03 21:47:20 +0000
commitee0aba306ac9d97109240025272079406c208eb6 (patch)
tree5a09c69d7e848c356ceefe59a3ab5029941cdc15 /src/uri.cpp
parentFix a localization problem storing attribute (diff)
parentpackaging/macosx: revert change included in last commit by mistake (py-report... (diff)
downloadinkscape-ee0aba306ac9d97109240025272079406c208eb6.tar.gz
inkscape-ee0aba306ac9d97109240025272079406c208eb6.zip
update to trunk
(bzr r14393.1.33)
Diffstat (limited to 'src/uri.cpp')
-rw-r--r--src/uri.cpp2
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 "";
}