mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Kernel: Fix struct forward declared as class
This commit is contained in:
parent
842249aff5
commit
45a82b2a5b
Notes:
sideshowbarker
2024-07-18 11:05:37 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/45a82b2a5bd Pull-request: https://github.com/SerenityOS/serenity/pull/8354 Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class RegisterState;
|
||||
struct RegisterState;
|
||||
class GenericInterruptHandler;
|
||||
|
||||
static constexpr u32 safe_eflags_mask = 0xdff;
|
||||
|
|
Loading…
Reference in a new issue