From f7edf08d067b4c52c3183e8ad0467293e54075e8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Jan 2024 12:41:06 +0100 Subject: Add BUG_LIST.TXT, kernel improvements and Public kits improvements. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/FileAPI.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Public/Kits/SystemKit/FileAPI.hxx') diff --git a/Public/Kits/SystemKit/FileAPI.hxx b/Public/Kits/SystemKit/FileAPI.hxx index c55d26ff..350e27f4 100644 --- a/Public/Kits/SystemKit/FileAPI.hxx +++ b/Public/Kits/SystemKit/FileAPI.hxx @@ -24,11 +24,11 @@ class HFile final { HCORE_COPY_DEFAULT(HFile); public: - void *Read(SizeT off, SizeT sz); - void Write(void *buf, SizeT off, SizeT sz); + voidPtr Read(SizeT off, SizeT sz); + void Write(voidPtr buf, SizeT off, SizeT sz); void Seek(SizeT off); - void *Read(SizeT sz); - void Write(void *buf, SizeT sz); + voidPtr Read(SizeT sz); + void Write(voidPtr buf, SizeT sz); void Rewind(); public: -- cgit v1.2.3