summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/URL.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 14:52:33 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 14:52:33 +0200
commit32f75625830660468287de0f213baee760fc6384 (patch)
treeaaa8286ee13a4188d826d4efd59482c7b1aa0e73 /Private/CFKit/URL.hpp
parent422b8029eba71b6fbb6b3dcb386b8e115bbd08ef (diff)
:boom: Breaking changes, disk API improvemenets and bringing support for
more drivers... Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/CFKit/URL.hpp')
-rw-r--r--Private/CFKit/URL.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/CFKit/URL.hpp b/Private/CFKit/URL.hpp
index 4131247c..748b3cf0 100644
--- a/Private/CFKit/URL.hpp
+++ b/Private/CFKit/URL.hpp
@@ -21,7 +21,7 @@ class Url final {
Ref<ErrorOr<StringView>> Protocol() noexcept;
private:
- Ref<StringView> m_urlView;
+ Ref<StringView> fUrlView;
};
ErrorOr<StringView> url_extract_location(const char *url);