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/Function.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/NewKit/Function.hpp') diff --git a/Private/NewKit/Function.hpp b/Private/NewKit/Function.hpp index 772755e1..3addc636 100644 --- a/Private/NewKit/Function.hpp +++ b/Private/NewKit/Function.hpp @@ -3,7 +3,7 @@ #include -namespace hCore +namespace HCore { template class Function final @@ -44,6 +44,6 @@ namespace hCore T (*m_Fn)(Args... args); }; -} // namespace hCore +} // namespace HCore #endif // !_INC_FUNCTION_HPP__ -- cgit v1.2.3