diff options
Diffstat (limited to 'src/zen/zen.cpp')
| -rw-r--r-- | src/zen/zen.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp index 4c6aa0087..598e84aad 100644 --- a/src/zen/zen.cpp +++ b/src/zen/zen.cpp @@ -124,11 +124,11 @@ ZenCmdBase::ParseOptions(cxxopts::Options& CmdOptions, int argc, char** argv) // Build an array for sub command to parse int ZenCmdBase::GetSubCommand(cxxopts::Options&, - int argc, - char** argv, - std::span<cxxopts::Options*> SubOptions, - cxxopts::Options*& OutSubOption, - eastl::vector<char*>& OutSubCommandArguments) + int argc, + char** argv, + eastl::span<cxxopts::Options*> SubOptions, + cxxopts::Options*& OutSubOption, + eastl::vector<char*>& OutSubCommandArguments) { for (int i = 1; i < argc; ++i) { |