mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-20 20:37:09 +00:00
Kernel: Fix struct forward declared as class
This commit is contained in:
committed by
Ali Mohammad Pur
parent
842249aff5
commit
45a82b2a5b
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class RegisterState;
|
||||
struct RegisterState;
|
||||
class GenericInterruptHandler;
|
||||
|
||||
static constexpr u32 safe_eflags_mask = 0xdff;
|
||||
|
||||
Reference in New Issue
Block a user