diff options
Diffstat (limited to 'lib/libcurses++/cursesp.h')
-rw-r--r-- | lib/libcurses++/cursesp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses++/cursesp.h b/lib/libcurses++/cursesp.h index 7c4350ccd03..8839c173fae 100644 --- a/lib/libcurses++/cursesp.h +++ b/lib/libcurses++/cursesp.h @@ -1,6 +1,6 @@ // * This makes emacs happy -*-Mode: C++;-*- /**************************************************************************** - * Copyright (c) 1998,1999 Free Software Foundation, Inc. * + * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -34,7 +34,7 @@ #ifndef _CURSESP_H #define _CURSESP_H -// $From: cursesp.h,v 1.12 1999/10/31 00:00:02 tom Exp $ +// $From: cursesp.h,v 1.13 2000/12/10 03:10:39 tom Exp $ #include <cursesw.h> @@ -42,7 +42,7 @@ extern "C" { # include <panel.h> } -class NCursesPanel : public NCursesWindow { +class NCURSES_IMPEXP NCursesPanel : public NCursesWindow { protected: PANEL *p; static NCursesPanel *dummy; |