X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursesw.h;h=c275e6b61c408e19c9f8bb8cf5b0907fe2ab41ce;hp=217df6da2577953ebbed7ec69e966de885347758;hb=33b3156f43919fb75726db2647d3364037d9e1d5;hpb=65d801145559fd4a8bd3ca9e72b1beb3d724ecb9 diff --git a/c++/cursesw.h b/c++/cursesw.h index 217df6da..c275e6b6 100644 --- a/c++/cursesw.h +++ b/c++/cursesw.h @@ -30,7 +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 $ +// $Id: cursesw.h,v 1.43 2007/03/24 18:33:50 tom Exp $ #include #include @@ -741,7 +741,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