diff --git a/include/Mw/LowLevel/Cocoa.h b/include/Mw/LowLevel/Cocoa.h index 4ff9f49..06afe78 100644 --- a/include/Mw/LowLevel/Cocoa.h +++ b/include/Mw/LowLevel/Cocoa.h @@ -23,7 +23,7 @@ struct _MwLLCocoaColor { struct _MwLLCocoaPixmap { struct _MwLLCommonPixmap common; - void* real; + void* real; }; #endif