mirror of
https://github.com/aria2/aria2.git
synced 2026-04-04 19:58:46 +00:00
Hide operator<<(char c);
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user