mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 19:55:50 +00:00
While structs being forward declared as classes is not strictly an issue, Clang complains as this is not portable code, since some ABIs treat classes declared as `class` and `struct` differently. It's easier to fix these than to reason about explicitly disabling another warning.
719 B
719 B