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: /**