@@ -23,7 +23,7 @@ template<class T>
inline IOutputStream& operator <<(IOutputStream& stream, const TAsJSON<T>& protoAsJSON) {
protoAsJSON.T_.PrintJSON(stream);
return stream;
-};
+}
}
@@ -201,7 +201,7 @@ using string = TProtoStringType;
namespace NProtoBuf {
using namespace google;
using namespace google::protobuf;
#include <google/protobuf/port_undef.inc>