diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-26 15:26:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-26 15:26:19 -0400 |
| commit | 428c20d4f58cef7bb1d00895148dbe33bba5dc2d (patch) | |
| tree | b1816e48dd1fbf9ed85ca167868b7e7e80bec603 /redo/objc_darwin.h | |
| parent | ff2ad05270526c1eb98411cafcc88ed8d68b3f62 (diff) | |
Implemented the new dialog system on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index d42b806..a8bf282 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -141,6 +141,6 @@ extern void disableAutocorrect(id); extern id toImageListImage(void *, intptr_t, intptr_t, intptr_t); /* dialog_darwin.m */ -extern char *openFile(void); +extern void openFile(id, void *); #endif |
