Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
7429c3a779
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

@ -57,7 +57,7 @@ struct OptParseState
{ {
std::vector<std::string> opts; std::vector<std::string> opts;
std::vector<std::string> branches; std::vector<std::string> branches;
Config::ErrVec errs;
Config::ErrVec *errs;
}; };
static static

Loading…
Cancel
Save