summaryrefslogtreecommitdiffstats
path: root/src/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.h')
-rw-r--r--src/uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.h b/src/uri.h
index cee1baa09..bdf5f1baa 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -104,7 +104,7 @@ public:
static char *to_native_filename(char const* uri) throw(BadURIException);
- const std::string getFullPath(std::string const base) const;
+ const std::string getFullPath(std::string const &base) const;
char *toNativeFilename() const throw(BadURIException);