mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix issue with header
This commit is contained in:
parent
85a48ca553
commit
e79bdc5fda
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