From 43bac17a2986ac2ea86e9d70c61268fa7e90ca4e Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 30 Aug 2024 20:46:01 +0200 Subject: Fixed many issues with the kernel, and refactored it. Signed-off-by: Amlal EL Mahrouss --- dev/ZKA/NewKit/Ref.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKA/NewKit/Ref.hxx') diff --git a/dev/ZKA/NewKit/Ref.hxx b/dev/ZKA/NewKit/Ref.hxx index f23cfc08..41f003be 100644 --- a/dev/ZKA/NewKit/Ref.hxx +++ b/dev/ZKA/NewKit/Ref.hxx @@ -37,7 +37,7 @@ namespace Kernel } public: - T& operator->() const + T operator->() const { MUST_PASS(*fClass); return *fClass; -- cgit v1.2.3