Skip to content

Commit

Permalink
Drop virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
hx235 committed Jan 29, 2022
1 parent 6dd53dc commit edd072e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Env : public Customizable {
Env(const Env&) = delete;
void operator=(const Env&) = delete;

virtual ~Env() override;
~Env() override;

static const char* Type() { return "Environment"; }

Expand Down

0 comments on commit edd072e

Please sign in to comment.