Removed forward declaration of MemBlock class

Removed forward declaration of MemBlock class.

Declaration is in conflict with declaration `::strings::MemBlock`
pull/4828/head
Michal Matuszak 7 years ago committed by GitHub
parent d6f346b4d5
commit 6489453cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/google/protobuf/stubs/bytestream.h

@ -57,7 +57,6 @@
#include <google/protobuf/stubs/stringpiece.h> #include <google/protobuf/stubs/stringpiece.h>
class CordByteSink; class CordByteSink;
class MemBlock;
namespace google { namespace google {
namespace protobuf { namespace protobuf {

Loading…
Cancel
Save