Minor refactoring that was missed last commit

This commit is contained in:
Stephen Seo 2021-08-18 20:58:46 +09:00
parent 740a405703
commit 70275cadcb
1 changed files with 1 additions and 1 deletions

View File

@ -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,