X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursesapp.h;h=bafc95a80b7477d9b6d683e9dd3f977fe11b4488;hp=a09a3b636ec05de38c6b7d51984288a8b9ed7c73;hb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;hpb=9b4c4abadc0a29999c5ddad5aa8d769fee28d687 diff --git a/c++/cursesapp.h b/c++/cursesapp.h index a09a3b63..bafc95a8 100644 --- a/c++/cursesapp.h +++ b/c++/cursesapp.h @@ -32,14 +32,14 @@ * Author: Juergen Pfeifer, 1997 * ****************************************************************************/ -// $Id: cursesapp.h,v 1.14 2020/02/02 23:34:34 tom Exp $ +// $Id: cursesapp.h,v 1.15 2020/05/24 01:40:20 anonymous.maarten Exp $ #ifndef NCURSES_CURSESAPP_H_incl #define NCURSES_CURSESAPP_H_incl #include -class NCURSES_IMPEXP NCursesApplication { +class NCURSES_CXX_IMPEXP NCursesApplication { public: typedef struct _slk_link { // This structure is used to maintain struct _slk_link* prev; // a stack of SLKs