Commit 689be108 authored by Milo Yip's avatar Milo Yip

Fix a compilation error

parent 35ccca8b
......@@ -84,11 +84,11 @@ public:
Ch* PutBegin() { return 0; }
size_t PutEnd(Ch*) { return 0; }
MemoryStream& is_;
private:
EncodedInputStream(const EncodedInputStream&);
EncodedInputStream& operator=(const EncodedInputStream&);
MemoryStream& is_;
};
//! Output byte stream wrapper with statically bound encoding.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment