Tatsuhiro Tsujikawa 14 лет назад
Родитель
Сommit
feb4e2e53a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/GZipEncoder.h

+ 2 - 0
src/GZipEncoder.h

@@ -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();