mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +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 * module;
|
||||||
char * name;
|
char * name;
|
||||||
char * description;
|
char * description;
|
||||||
const char shortopt;
|
char shortopt;
|
||||||
bool preset;
|
bool preset;
|
||||||
void * opaque;
|
void * opaque;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user