mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:18:12 +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
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Point;
|
|||
class Rect;
|
||||
class Size;
|
||||
class StylePainter;
|
||||
class SystemTheme;
|
||||
struct SystemTheme;
|
||||
class Triangle;
|
||||
|
||||
enum class BitmapFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue