diff options
| -rw-r--r-- | dev/ZKAKit/NewKit/PageMgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |
