Minor refactoring that was missed last commit
This commit is contained in:
parent
740a405703
commit
70275cadcb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
namespace Helpers {
|
namespace Helpers {
|
||||||
typedef std::unordered_map<std::string, std::string> ParseArgsResultType;
|
typedef std::unordered_map<std::string, std::string> ParseArgsResultType;
|
||||||
std::unordered_map<std::string, std::string> parseArgs(
|
ParseArgsResultType parseArgs(
|
||||||
int argc,
|
int argc,
|
||||||
char **argv,
|
char **argv,
|
||||||
const std::vector<std::string> &simpleArgs,
|
const std::vector<std::string> &simpleArgs,
|
||||||
|
|
Loading…
Reference in a new issue