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: https://github.com/SerenityOS/serenity/commit/32e6453b0bd 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 Size;
|
||||
class StylePainter;
|
||||
class SystemTheme;
|
||||
struct SystemTheme;
|
||||
class Triangle;
|
||||
|
||||
enum class BitmapFormat;
|
||||
|
|
Loading…
Add table
Reference in a new issue