From 2cb83a1f841610207459cc7b944e187e2d0657d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 14 Jun 2018 17:31:54 +0200 Subject: [PATCH] input/Stream: make "uri" const --- src/input/InputStream.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: /**