summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/FramebufferDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Graphics/FramebufferDevice.h')
-rw-r--r--Kernel/Graphics/FramebufferDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Graphics/FramebufferDevice.h b/Kernel/Graphics/FramebufferDevice.h
index c716e0959c..55dfe90302 100644
--- a/Kernel/Graphics/FramebufferDevice.h
+++ b/Kernel/Graphics/FramebufferDevice.h
@@ -38,7 +38,7 @@ public:
private:
// ^File
- virtual const char* class_name() const { return "FramebufferDevice"; }
+ virtual const char* class_name() const override { return "FramebufferDevice"; }
virtual bool can_read(const FileDescription&, size_t) const override final { return true; }
virtual bool can_write(const FileDescription&, size_t) const override final { return true; }