X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursesw.h;h=7e24c835f0929035ef6d0aff76a285dfa1813f75;hp=217df6da2577953ebbed7ec69e966de885347758;hb=7b2974498fac39a3ffde257c92f572234d529239;hpb=82a087c4c47679fcfa59bb6d7bdbe587355ba3f6 diff --git a/c++/cursesw.h b/c++/cursesw.h index 217df6da..7e24c835 100644 --- a/c++/cursesw.h +++ b/c++/cursesw.h @@ -30,10 +30,7 @@ #ifndef NCURSES_CURSESW_H_incl #define NCURSES_CURSESW_H_incl 1 -// $Id: cursesw.h,v 1.42 2007/03/03 21:49:18 tom Exp $ - -#include -#include +// $Id: cursesw.h,v 1.44 2007/04/07 18:42:04 tom Exp $ #include @@ -741,7 +738,7 @@ protected: NCursesWindow(); public: - NCursesWindow(WINDOW* &window); // useful only for stdscr + NCursesWindow(WINDOW* window); // useful only for stdscr NCursesWindow(int nlines, // number of lines int ncols, // number of columns