mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Merge unnecessary DiskDevice class into BlockDevice
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#define MBR_DEBUG
|
||||
|
||||
MBRPartitionTable::MBRPartitionTable(NonnullRefPtr<DiskDevice> device)
|
||||
MBRPartitionTable::MBRPartitionTable(NonnullRefPtr<BlockDevice> device)
|
||||
: m_device(move(device))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user