Use int8_t instead of char
This commit is contained in:
parent
c591ca3547
commit
4e73c4a229
4 changed files with 4 additions and 5 deletions
|
@ -53,5 +53,5 @@
|
|||
|
||||
- (void)addShow: (OFString*)show;
|
||||
- (void)addStatus: (OFString*)status;
|
||||
- (void)addPriority: (char)priority;
|
||||
- (void)addPriority: (int8_t)priority;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue