summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/Console/BootFramebufferConsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Graphics/Console/BootFramebufferConsole.h')
-rw-r--r--Kernel/Graphics/Console/BootFramebufferConsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Graphics/Console/BootFramebufferConsole.h b/Kernel/Graphics/Console/BootFramebufferConsole.h
index b9819f5e12..1236656b50 100644
--- a/Kernel/Graphics/Console/BootFramebufferConsole.h
+++ b/Kernel/Graphics/Console/BootFramebufferConsole.h
@@ -39,7 +39,7 @@ protected:
OwnPtr<Memory::Region> m_framebuffer;
u8* m_framebuffer_data {};
- mutable Spinlock m_lock { LockRank::None };
+ mutable Spinlock<LockRank::None> m_lock {};
};
}