This commit is contained in:
Nishi 2026-01-15 05:16:47 +09:00
commit 3dec3ff0da
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -23,7 +23,7 @@ struct _MwLLCocoaColor {
struct _MwLLCocoaPixmap {
struct _MwLLCommonPixmap common;
void* real;
void* real;
};
#endif