Tatsuhiro Tsujikawa пре 14 година
родитељ
комит
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();