Fix issue with header

This commit is contained in:
Gregory Casamento 2023-03-14 15:53:31 +00:00 committed by Gregory John Casamento
parent 85a48ca553
commit e79bdc5fda

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 */