diff options
Diffstat (limited to 'raul/URI.hpp')
-rw-r--r-- | raul/URI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp index 1548375..bc64b8c 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -39,7 +39,7 @@ public: ~BadURI() throw() {} const char* what() const throw() { return _uri.c_str(); } private: - std::string _uri; + const std::string _uri; }; /** Construct a URI from an std::string. |