diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-10 22:10:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-10 22:10:47 -0400 |
| commit | 37b1c3309b0f63ebe20dc36ec5da34e9143a4205 (patch) | |
| tree | d98a19972365795e3a092fd25e4854be69a588e8 /redo/objc_darwin.h | |
| parent | 5ec2c768face785c502ee6508b5ed5ed0124b307 (diff) | |
Stored table column numbers more efficiently 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 de04f26..4066b5a 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -81,7 +81,7 @@ extern struct xsize tabPreferredSize(id); /* table_darwin.m */ extern id newTable(void); -extern void tableAppendColumn(id, char *); +extern void tableAppendColumn(id, intptr_t, char *); extern void tableUpdate(id); extern void tableMakeDataSource(id, void *); extern struct xsize tablePreferredSize(id); |
