mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
Fix issue with header
This commit is contained in:
parent
da21f6a12e
commit
217f6b9364
1 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue