diff options
Diffstat (limited to 'Kernel/Storage/ATA/ATAPIDiscDevice.h')
-rw-r--r-- | Kernel/Storage/ATA/ATAPIDiscDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Storage/ATA/ATAPIDiscDevice.h b/Kernel/Storage/ATA/ATAPIDiscDevice.h index 0556fb97d1..12a18bde33 100644 --- a/Kernel/Storage/ATA/ATAPIDiscDevice.h +++ b/Kernel/Storage/ATA/ATAPIDiscDevice.h @@ -26,7 +26,7 @@ public: virtual CommandSet command_set() const override { return CommandSet::SCSI; } private: - ATAPIDiscDevice(const ATAController&, Address, unsigned, u16, u64, NonnullOwnPtr<KString>); + ATAPIDiscDevice(const ATAController&, Address, MinorNumber, u16, u64, NonnullOwnPtr<KString>); // ^DiskDevice virtual StringView class_name() const override; |