diff --git a/WINGs/WINGs.h b/WINGs/WINGs.h index 2db93155..2b47c92d 100644 --- a/WINGs/WINGs.h +++ b/WINGs/WINGs.h @@ -435,12 +435,12 @@ typedef struct WMBrowserDelegate { typedef struct WMTextFieldDelegate { void *data; - void (*didChange)(struct WMTextFieldDelegate *self, - WMNotification *notif); - void (*didBeginEditing)(struct WMTextFieldDelegate *self, WMNotification *notif); + void (*didChange)(struct WMTextFieldDelegate *self, + WMNotification *notif); + void (*didEndEditing)(struct WMTextFieldDelegate *self, WMNotification *notif);