diff --git a/src/google/protobuf/stubs/strutil.h b/src/google/protobuf/stubs/strutil.h index 8657df2cf227a..3eeb727c32cc0 100644 --- a/src/google/protobuf/stubs/strutil.h +++ b/src/google/protobuf/stubs/strutil.h @@ -206,7 +206,7 @@ inline std::string ToUpper(StringPiece s) { PROTOBUF_EXPORT std::string StringReplaceImpl(StringPiece s, StringPiece oldsub, StringPiece newsub, bool replace_all, const char *filename = nullptr, int linenum = 0); -#define StringReplace(s,o,n,all) StringReplaceImpl(s,o,n,all,__FILE__, __LINE__); +#define StringReplace(s,o,n,all) StringReplaceImpl(s,o,n,all,__FILE__, __LINE__) // ---------------------------------------------------------------------- // SplitStringUsing()