diff options
Diffstat (limited to 'Kernel/Storage/ATA/ATADevice.h')
-rw-r--r-- | Kernel/Storage/ATA/ATADevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Storage/ATA/ATADevice.h b/Kernel/Storage/ATA/ATADevice.h index 9c32d2d110..e469dcfe8c 100644 --- a/Kernel/Storage/ATA/ATADevice.h +++ b/Kernel/Storage/ATA/ATADevice.h @@ -36,7 +36,7 @@ public: const Address& ata_address() const { return m_ata_address; } protected: - ATADevice(const ATAController&, Address, unsigned, u16, u16, u64, NonnullOwnPtr<KString>); + ATADevice(const ATAController&, Address, MinorNumber, u16, u16, u64, NonnullOwnPtr<KString>); WeakPtr<ATAController> m_controller; const Address m_ata_address; |