From 0751824cef0938eccbdf77383a80e264dacb1875 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:17:50 +0100 Subject: Update PageMgr.h --- dev/ZKAKit/NewKit/PageMgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev') diff --git a/dev/ZKAKit/NewKit/PageMgr.h b/dev/ZKAKit/NewKit/PageMgr.h index f7f1f282..4102fd63 100644 --- a/dev/ZKAKit/NewKit/PageMgr.h +++ b/dev/ZKAKit/NewKit/PageMgr.h @@ -29,8 +29,8 @@ namespace Kernel public: const UIntPtr VirtualAddress(); - void NoExecute(const bool enable = false); - const Bool& NoExecute(); + Void NoExecute(const bool enable = false); + Bool NoExecute(); operator bool() { -- cgit v1.2.3