mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add missing virtual qualifier to ~io_buffer_t
This commit is contained in:
parent
9057801c4b
commit
df0c1eb32c
1 changed files with 1 additions and 1 deletions
2
io.h
2
io.h
|
@ -128,7 +128,7 @@ private:
|
|||
public:
|
||||
virtual void print() const;
|
||||
|
||||
~io_buffer_t();
|
||||
virtual ~io_buffer_t();
|
||||
|
||||
/** Function to create the output buffer */
|
||||
void out_buffer_create()
|
||||
|
|
Loading…
Reference in a new issue