diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2015-10-28 20:43:30 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2015-10-28 20:43:30 +0000 |
| commit | 2e1f86061452fc6cad648a3370236bf2cb1f1a7d (patch) | |
| tree | 7f6e9e38f320ecc3d6347c131c5aca866f8b7c0b /src/uri.cpp | |
| parent | typo (diff) | |
| download | inkscape-2e1f86061452fc6cad648a3370236bf2cb1f1a7d.tar.gz inkscape-2e1f86061452fc6cad648a3370236bf2cb1f1a7d.zip | |
static code analysis
(bzr r14432)
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 ""; } |
