Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32.
This commit is contained in:
parent
529a843f2d
commit
08e9036f61
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Subprocess {
|
|||
#ifdef _WIN32
|
||||
// Given an error code, returns a human-readable error message. This is
|
||||
// defined here so that CommandLineInterface can share it.
|
||||
static string Subprocess::Win32ErrorMessage(DWORD error_code);
|
||||
static string Win32ErrorMessage(DWORD error_code);
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue