summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/File.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Core/File.hxx')
-rw-r--r--Public/Kits/System.Core/File.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Public/Kits/System.Core/File.hxx b/Public/Kits/System.Core/File.hxx
index 2f799330..97377800 100644
--- a/Public/Kits/System.Core/File.hxx
+++ b/Public/Kits/System.Core/File.hxx
@@ -25,10 +25,10 @@ class File final {
public:
voidPtr Read(SizeT off, SizeT sz);
- void Write(voidPtr buf, SizeT off, SizeT sz);
+ void Write(VoidPtr buf, SizeT off, SizeT sz);
void Seek(SizeT off);
voidPtr Read(SizeT sz);
- void Write(voidPtr buf, SizeT sz);
+ void Write(VoidPtr buf, SizeT sz);
void Rewind();
public: