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 {
|
||||
typedef std::unordered_map<std::string, std::string> ParseArgsResultType;
|
||||
std::unordered_map<std::string, std::string> parseArgs(
|
||||
ParseArgsResultType parseArgs(
|
||||
int argc,
|
||||
char **argv,
|
||||
const std::vector<std::string> &simpleArgs,
|
||||
|
|
Loading…
Reference in a new issue