diff options
Diffstat (limited to 'base/command_line.h')
-rw-r--r-- | base/command_line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/command_line.h b/base/command_line.h index 8271206..c895b81 100644 --- a/base/command_line.h +++ b/base/command_line.h @@ -50,6 +50,7 @@ class CommandLine { // directly) because we don't trust the CRT's parsing of the command // line, but it still must be called to set up the command line. static void Init(int argc, const char* const* argv); + static void Init(const std::vector<std::string>& argv); // Destroys the current process CommandLine singleton. This is necessary if // you want to reset the base library to its initial state (for example in an |