change prototype of Window::Recreate() and throw away almost-duplicated code

This commit is contained in:
Andrzej Rybczak
2009-09-17 02:36:40 +00:00
parent 4426442ed0
commit eee80427fe
4 changed files with 10 additions and 21 deletions

View File

@@ -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;