diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-22 18:02:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-22 18:02:21 +0000 |
commit | 7fe795010750d2e2889d7085abeaa1ee0926c69b (patch) | |
tree | b52138c43e052b09287afed0fb6351cd31249bda /lib/libcurses++/cursesp.h | |
parent | 85db479b2362c15a2266e01737d835e86cda1b1e (diff) |
Update to ncurses-5.2-20010114
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; |