mirror of
https://github.com/google/brotli.git
synced 2024-12-29 11:11:09 +00:00
Remove the 'override' keyword from ~BrotliFileIn().
Apparently MSVS 2010 does not support this.
This commit is contained in:
parent
977bec5159
commit
99af4df8ea
@ -103,7 +103,7 @@ class BrotliStringOut : public BrotliOut {
|
||||
class BrotliFileIn : public BrotliIn {
|
||||
public:
|
||||
BrotliFileIn(FILE* f, size_t max_read_size);
|
||||
~BrotliFileIn() override;
|
||||
~BrotliFileIn();
|
||||
|
||||
const void* Read(size_t n, size_t* bytes_read) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user