mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-12 03:41:14 -03:00
io.h: Add missing override
Found with clang's -Winconsistent-missing-destructor-override Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
ridiculousfish
parent
586ac3dfa7
commit
69d0bb7c0d
@@ -506,7 +506,7 @@ class env_scoped_impl_t : public environment_t {
|
||||
|
||||
std::shared_ptr<environment_t> snapshot() const;
|
||||
|
||||
virtual ~env_scoped_impl_t() = default;
|
||||
~env_scoped_impl_t() override = default;
|
||||
|
||||
std::shared_ptr<const null_terminated_array_t<char>> export_array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user