change prototype of Window::Recreate() and throw away almost-duplicated code
This commit is contained in:
@@ -119,9 +119,7 @@ namespace NCurses
|
||||
Scrollpad &operator<<(const std::string &s);
|
||||
# endif // _UTF8
|
||||
|
||||
protected:
|
||||
virtual void Recreate();
|
||||
|
||||
private:
|
||||
basic_buffer<my_char_t> itsBuffer;
|
||||
|
||||
int itsBeginning;
|
||||
|
||||
Reference in New Issue
Block a user