mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
Quickfix. Add #ifdef around @required to prevent compilation error
This commit is contained in:
parent
411b2c91a6
commit
410388b938
1 changed files with 2 additions and 0 deletions
|
@ -124,7 +124,9 @@ typedef NSInteger NSAccessibilityCustomRotorType;
|
|||
// Protocol...
|
||||
@protocol NSAccessibilityCustomRotorItemSearchDelegate <NSObject>
|
||||
|
||||
#if GS_PROTOCOLS_HAVE_OPTIONAL
|
||||
@required
|
||||
#endif
|
||||
- (NSAccessibilityCustomRotorItemResult *) rotor: (NSAccessibilityCustomRotor *)rotor
|
||||
resultForSearchParameters: (NSAccessibilityCustomRotorSearchParameters *)parameters;
|
||||
|
||||
|
|
Loading…
Reference in a new issue