input/Stream: make "uri" const
This commit is contained in:
parent
d7c94e30c5
commit
2cb83a1f84
|
@ -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:
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue