mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
bugfix
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
alias = al;
|
||||
description = desc;
|
||||
type = CLI_ARG_TYPE_VOID;
|
||||
bval = false;
|
||||
}
|
||||
|
||||
CLIArg(char al, std::string desc, bool b) {
|
||||
|
Reference in New Issue
Block a user