input/Stream: make "uri" const
This commit is contained in:
@@ -42,7 +42,7 @@ private:
|
||||
/**
|
||||
* The absolute URI which was used to open this stream.
|
||||
*/
|
||||
std::string uri;
|
||||
const std::string uri;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user