summaryrefslogtreecommitdiff
path: root/Kernel/IDEDiskDevice.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-15 15:36:35 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-15 16:04:25 +0100
commit8fa2d7104a2ecc5d864fb04ba74f8fe18b3611d7 (patch)
tree31ed343a85374c02fe56f268209c7db131364765 /Kernel/IDEDiskDevice.h
parent396a32835b40bdc5617d81f849556edf5459468e (diff)
downloadserenity-8fa2d7104a2ecc5d864fb04ba74f8fe18b3611d7.zip
More VFS cleanup.
Diffstat (limited to 'Kernel/IDEDiskDevice.h')
-rw-r--r--Kernel/IDEDiskDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/IDEDiskDevice.h b/Kernel/IDEDiskDevice.h
index 8982707b3d..3419e12260 100644
--- a/Kernel/IDEDiskDevice.h
+++ b/Kernel/IDEDiskDevice.h
@@ -23,7 +23,7 @@ private:
virtual void handleIRQ() override;
// ^DiskDevice
- virtual const char* className() const override;
+ virtual const char* class_name() const override;
struct CHS {
dword cylinder;