Fix issue with header

This commit is contained in:
Gregory Casamento 2023-03-14 15:53:31 +00:00
parent da21f6a12e
commit 217f6b9364

View file

@ -35,7 +35,7 @@
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
#if defined(__cplusplus)
#if defined(__cplusplus)
extern "C" {
#endif
@ -63,6 +63,10 @@ APPKIT_EXPORT_CLASS
@end
#if defined(__cplusplus)
}
#endif
#endif /* OS_API_MACOSX */
#endif /* _GNUstep_H_NSCollectionViewItem */