Hide operator<<(char c);

pull/1/head
Tatsuhiro Tsujikawa 2011-03-14 00:54:14 +09:00
parent b46e7a953b
commit feb4e2e53a
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ private:
std::string internalBuf_;
std::string encode(const unsigned char* in, size_t length, int flush);
// Not implemented
GZipEncoder& operator<<(char c);
public:
GZipEncoder();