diff options
Diffstat (limited to 'base/debug_on_start.h')
-rw-r--r-- | base/debug_on_start.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_on_start.h b/base/debug_on_start.h index ab823cf..e31e7eb 100644 --- a/base/debug_on_start.h +++ b/base/debug_on_start.h @@ -31,7 +31,7 @@ class DebugOnStart { // Returns true if the 'argument' is present in the 'command_line'. It does // not use the CRT, only Kernel32 functions. - static bool FindArgument(wchar_t* command_line, const wchar_t* argument); + static bool FindArgument(wchar_t* command_line, const char* argument); }; // Set the function pointer to our function to look for a crash on start. The |