mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix build error
This commit is contained in:
parent
52fa92ce9a
commit
7c296ae5a9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
DEFINE_BLOCK_TYPE(GSCustomActionHandler, BOOL, void);
|
||||
DEFINE_BLOCK_TYPE(GSCustomActionHandler, void, BOOL);
|
||||
|
||||
@interface NSAccessibilityCustomAction : NSObject
|
||||
|
||||
|
|
Loading…
Reference in a new issue