From 08e9036f61f9dfc9d1e68862d8e5ce00ad3c457a Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Wed, 20 Jan 2010 01:54:38 +0000 Subject: Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32. --- src/google/protobuf/compiler/subprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/google/protobuf/compiler/subprocess.h b/src/google/protobuf/compiler/subprocess.h index f9e8ae8d..7a6fa70c 100644 --- a/src/google/protobuf/compiler/subprocess.h +++ b/src/google/protobuf/compiler/subprocess.h @@ -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: -- cgit v1.2.3