mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[common] option: remove const qualifier from shortopt
This commit is contained in:
parent
17fce1cf78
commit
a3b51220ed
@ -49,7 +49,7 @@ struct Option
|
||||
char * module;
|
||||
char * name;
|
||||
char * description;
|
||||
const char shortopt;
|
||||
char shortopt;
|
||||
bool preset;
|
||||
void * opaque;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user