diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-14 17:31:54 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-14 17:31:54 +0200 |
commit | 2cb83a1f841610207459cc7b944e187e2d0657d8 (patch) | |
tree | 8a3ca9a9c18d26772b419719c2a6c3378155e3f4 /src/input | |
parent | d7c94e30c5f3fc68cfceb35945b017c06c5d0286 (diff) |
input/Stream: make "uri" const
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/InputStream.hxx | 2 |
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: /** |