1
Fork 0
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:
joshua stein 2020-02-17 12:14:12 -06:00 committed by Andreas Kling
parent 960cae924a
commit 32e6453b0b

View file

@ -46,7 +46,7 @@ class Point;
class Rect;
class Size;
class StylePainter;
class SystemTheme;
struct SystemTheme;
class Triangle;
enum class BitmapFormat;