summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/Partition.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/VFS/Partition.class.h')
-rw-r--r--Source/Kernel/VFS/Partition.class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/VFS/Partition.class.h b/Source/Kernel/VFS/Partition.class.h
index f511074..eb0aafd 100644
--- a/Source/Kernel/VFS/Partition.class.h
+++ b/Source/Kernel/VFS/Partition.class.h
@@ -26,7 +26,7 @@ class Partition {
u64int getStartBlock();
u64int getBlockCount();
u8int getPartNumber();
- u32int getBlockSize();
+ u32int blockSize();
inline u64int blocks() { return getBlockCount(); }
};