diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-27 13:17:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-27 13:17:31 -0400 |
| commit | 7a83e3b577c32c905fbdaff667a619f967b6616a (patch) | |
| tree | 7cbff5d1458b3e8b8a5804b2eaf6396927fa3d49 /redo/objc_darwin.h | |
| parent | a9961feb2cd89c1425257c544a3a2955f70199de (diff) | |
Renamed textField to textfield in the Mac OS X port for consistency.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index a961a0e..5fa1557 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -71,8 +71,8 @@ extern id finishNewTextField(id, BOOL); extern id newTextField(void); extern id newPasswordField(void); extern void textfieldSetDelegate(id, void *); -extern const char *textFieldText(id); -extern void textFieldSetText(id, char *); +extern const char *textfieldText(id); +extern void textfieldSetText(id, char *); extern id textfieldOpenInvalidPopover(id, char *); extern void textfieldCloseInvalidPopover(id); extern id newLabel(void); |
