mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +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: 45a82b2a5b
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…
Add table
Add a link
Reference in a new issue