소스 검색

Hide operator<<(char c);

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