Skip to content

Commit

Permalink
Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-…
Browse files Browse the repository at this point in the history
…win32.
  • Loading branch information
kenton@google.com committed Jan 20, 2010
1 parent 529a843 commit 08e9036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/subprocess.h
Expand Up @@ -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:
Expand Down

0 comments on commit 08e9036

Please sign in to comment.