mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[common] option: remove const qualifier from shortopt
This commit is contained in:
parent
17fce1cf78
commit
a3b51220ed
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct Option
|
|||
char * module;
|
||||
char * name;
|
||||
char * description;
|
||||
const char shortopt;
|
||||
char shortopt;
|
||||
bool preset;
|
||||
void * opaque;
|
||||
|
||||
|
|
Loading…
Reference in a new issue