summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-06-14 17:31:54 +0200
committerMax Kellermann <max@musicpd.org>2018-06-14 17:31:54 +0200
commit2cb83a1f841610207459cc7b944e187e2d0657d8 (patch)
tree8a3ca9a9c18d26772b419719c2a6c3378155e3f4 /src/input
parentd7c94e30c5f3fc68cfceb35945b017c06c5d0286 (diff)
input/Stream: make "uri" const
Diffstat (limited to 'src/input')
-rw-r--r--src/input/InputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx
index d342e3024..f31c63ae4 100644
--- a/src/input/InputStream.hxx
+++ b/src/input/InputStream.hxx
@@ -42,7 +42,7 @@ private:
/**
* The absolute URI which was used to open this stream.
*/
- std::string uri;
+ const std::string uri;
public:
/**