mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Make tui_win_info::make_window non-virtual
Nothing overrides tui_win_info::make_window, so remove the "virtual". Tested by rebuilding.
This commit is contained in:
@@ -50,7 +50,8 @@ protected:
|
||||
window's contents. */
|
||||
virtual void rerender ();
|
||||
|
||||
virtual void make_window ();
|
||||
/* Create the curses window. */
|
||||
void make_window ();
|
||||
|
||||
public:
|
||||
tui_win_info (tui_win_info &&) = default;
|
||||
|
||||
Reference in New Issue
Block a user