input/Stream: make "uri" const

This commit is contained in:
Max Kellermann 2018-06-14 17:31:54 +02:00
parent d7c94e30c5
commit 2cb83a1f84
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ private:
/** /**
* The absolute URI which was used to open this stream. * The absolute URI which was used to open this stream.
*/ */
std::string uri; const std::string uri;
public: public:
/** /**