diff options
Diffstat (limited to 'raul/Path.hpp')
-rw-r--r-- | raul/Path.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Path.hpp b/raul/Path.hpp index bb666de..33e3936 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -55,6 +55,7 @@ public: std::string _path; }; + static const std::string scheme; static const std::string prefix; static const size_t prefix_len; static const std::string root_uri; |