mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Kernel: Fix various forward declarations
I decided to modify MappedROM.h because all other entried in Forward.h are also classes, and this is visually more pleasing. Other than that, it just doesn't make any difference which way we resolve the conflicts.
This commit is contained in:
committed by
Andreas Kling
parent
d16f510805
commit
0d79e57c4d
@@ -43,7 +43,7 @@ namespace Kernel {
|
||||
class Custody;
|
||||
class Device;
|
||||
class FileDescription;
|
||||
class UnveiledPath;
|
||||
struct UnveiledPath;
|
||||
|
||||
struct UidAndGid {
|
||||
uid_t uid;
|
||||
|
||||
Reference in New Issue
Block a user