summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/String.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/String.hpp')
-rw-r--r--Kernel/NewKit/String.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/NewKit/String.hpp b/Kernel/NewKit/String.hpp
index 644a1394..14286ca0 100644
--- a/Kernel/NewKit/String.hpp
+++ b/Kernel/NewKit/String.hpp
@@ -35,7 +35,7 @@ namespace NewOS
StringView(const StringView&) = default;
Char* Data();
- const Char* CData();
+ const Char* CData() const;
Size Length() const;
bool operator==(const Char* rhs) const;