mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Minor refactoring to fix type differences.
This commit is contained in:
parent
814634e2e9
commit
19e48ba61c
@ -83,7 +83,7 @@ typedef struct lxw_chartsheet {
|
||||
char *name;
|
||||
char *quoted_name;
|
||||
char *tmpdir;
|
||||
uint32_t index;
|
||||
uint16_t index;
|
||||
uint8_t active;
|
||||
uint8_t selected;
|
||||
uint8_t hidden;
|
||||
|
@ -1797,7 +1797,7 @@ typedef struct lxw_worksheet {
|
||||
* Worksheet initialization data.
|
||||
*/
|
||||
typedef struct lxw_worksheet_init_data {
|
||||
uint32_t index;
|
||||
uint16_t index;
|
||||
uint8_t hidden;
|
||||
uint8_t optimize;
|
||||
uint16_t *active_sheet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user