diff options
Diffstat (limited to 'Private/Source/URL.cxx')
| -rw-r--r-- | Private/Source/URL.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/URL.cxx b/Private/Source/URL.cxx index f4c17e43..004717ae 100644 --- a/Private/Source/URL.cxx +++ b/Private/Source/URL.cxx @@ -10,7 +10,7 @@ /// BUGS: 0 -namespace HCore { +namespace NewOS { Url::Url(StringView &strUrl) : m_urlView(strUrl, false) {} Url::~Url() = default; @@ -79,4 +79,4 @@ Ref<ErrorOr<StringView>> Url::Protocol() noexcept { return Ref<ErrorOr<StringView>>(loc); } -} // namespace HCore +} // namespace NewOS |
