X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursslk.h;h=4a34400916d38f830c1c52140a7e19ecdc9ba8b0;hp=6451d4405e933862e20938ae12916a97550070a6;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=18f51bcf99101e5bf4c737239c44064227f34db8 diff --git a/c++/cursslk.h b/c++/cursslk.h index 6451d440..4a344009 100644 --- a/c++/cursslk.h +++ b/c++/cursslk.h @@ -32,17 +32,17 @@ * Author: Juergen Pfeifer, 1997 * ****************************************************************************/ -// $Id: cursslk.h,v 1.16 2020/02/29 15:46:00 anonymous.maarten Exp $ +// $Id: cursslk.h,v 1.18 2020/07/18 19:57:11 anonymous.maarten Exp $ #ifndef NCURSES_CURSSLK_H_incl #define NCURSES_CURSSLK_H_incl #include -class NCURSES_IMPEXP Soft_Label_Key_Set { +class NCURSES_CXX_IMPEXP Soft_Label_Key_Set { public: // This inner class represents the attributes of a Soft Label Key (SLK) - class NCURSES_IMPEXP Soft_Label_Key { + class NCURSES_CXX_IMPEXP Soft_Label_Key { friend class Soft_Label_Key_Set; public: typedef enum { Left=0, Center=1, Right=2 } Justification; @@ -168,7 +168,7 @@ public: Soft_Label_Key& operator[](int i); // Retrieve number of Labels - inline int labels() const { return num_labels; } + int labels() const; // Refresh the SLK portion of the screen inline void refresh() {