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
Notes: sideshowbarker 2024-07-19 09:04:24 +09:00

View file

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