summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/CFKit')
-rw-r--r--Private/CFKit/URL.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/CFKit/URL.hpp b/Private/CFKit/URL.hpp
index 748b3cf0..41693e0e 100644
--- a/Private/CFKit/URL.hpp
+++ b/Private/CFKit/URL.hpp
@@ -11,10 +11,10 @@
#include <NewKit/String.hpp>
namespace NewOS {
-class Url final {
+class URL final {
public:
- explicit Url(StringView &strUrl);
- ~Url();
+ explicit URL(StringView &strUrl);
+ ~URL();
public:
Ref<ErrorOr<StringView>> Location() noexcept;