summaryrefslogtreecommitdiff
path: root/Kernel/Devices/KCOVDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Devices/KCOVDevice.h')
-rw-r--r--Kernel/Devices/KCOVDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Devices/KCOVDevice.h b/Kernel/Devices/KCOVDevice.h
index dcfcfd6968..ba2dd92bec 100644
--- a/Kernel/Devices/KCOVDevice.h
+++ b/Kernel/Devices/KCOVDevice.h
@@ -22,7 +22,7 @@ public:
static void free_process();
// ^File
- KResultOr<Region*> mmap(Process&, FileDescription&, const Range&, u64 offset, int prot, bool shared) override;
+ KResultOr<Memory::Region*> mmap(Process&, FileDescription&, Memory::Range const&, u64 offset, int prot, bool shared) override;
KResultOr<NonnullRefPtr<FileDescription>> open(int options) override;
// ^Device