From d7112cd6909640afd7609b3a142bc6ecf921ee25 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 08:46:09 +0100 Subject: Kernel: Breaking changes, see source code. Signed-off-by: Amlal El Mahrouss --- Private/NewKit/String.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/NewKit/String.hpp') diff --git a/Private/NewKit/String.hpp b/Private/NewKit/String.hpp index ec1bc814..73f48d3e 100644 --- a/Private/NewKit/String.hpp +++ b/Private/NewKit/String.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * hCore + * HCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== @@ -11,9 +11,9 @@ #include #include -#include +#include -namespace hCore { +namespace HCore { class StringView final { public: explicit StringView() = default; @@ -63,4 +63,4 @@ struct StringBuilder final { static const char *Format(const char *fmt, const char *from); static bool Equals(const char *lhs, const char *rhs); }; -} // namespace hCore +} // namespace HCore -- cgit v1.2.3