mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
LibGfx: SystemTheme is a struct, not a class
SystemTheme.h:81:1: error: 'SystemTheme' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI
This commit is contained in:
parent
960cae924a
commit
32e6453b0b
Notes:
sideshowbarker
2024-07-19 09:04:24 +09:00
Author: https://github.com/jcs
Commit: 32e6453b0b
Pull-request: https://github.com/SerenityOS/serenity/pull/1233
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Point;
|
||||||
class Rect;
|
class Rect;
|
||||||
class Size;
|
class Size;
|
||||||
class StylePainter;
|
class StylePainter;
|
||||||
class SystemTheme;
|
struct SystemTheme;
|
||||||
class Triangle;
|
class Triangle;
|
||||||
|
|
||||||
enum class BitmapFormat;
|
enum class BitmapFormat;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue