diff options
Diffstat (limited to 'plugins/SecureIM/src/loadicons.cpp')
-rw-r--r-- | plugins/SecureIM/src/loadicons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/loadicons.cpp b/plugins/SecureIM/src/loadicons.cpp index 5a1eea67a3..3ab3b30c77 100644 --- a/plugins/SecureIM/src/loadicons.cpp +++ b/plugins/SecureIM/src/loadicons.cpp @@ -3,8 +3,8 @@ struct
{
int key; // Resource ID
- BYTE tbl; // Table NUM
- BYTE idx; // Table IDX
+ uint8_t tbl; // Table NUM
+ uint8_t idx; // Table IDX
char *section;
char *name;
char *text;
|