mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[common] option: remove const qualifier from shortopt
This commit is contained in:
@@ -49,7 +49,7 @@ struct Option
|
||||
char * module;
|
||||
char * name;
|
||||
char * description;
|
||||
const char shortopt;
|
||||
char shortopt;
|
||||
bool preset;
|
||||
void * opaque;
|
||||
|
||||
|
Reference in New Issue
Block a user