Skip to content

Commit

Permalink
LibGfx: SystemTheme is a struct, not a class
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jcs authored and awesomekling committed Feb 25, 2020
1 parent 960cae9 commit 32e6453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibGfx/Forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Point;
class Rect;
class Size;
class StylePainter;
class SystemTheme;
struct SystemTheme;
class Triangle;

enum class BitmapFormat;
Expand Down

0 comments on commit 32e6453

Please sign in to comment.