summaryrefslogtreecommitdiff
path: root/lib/libcurses++/cursesp.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-01-22 18:02:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-01-22 18:02:21 +0000
commit7fe795010750d2e2889d7085abeaa1ee0926c69b (patch)
treeb52138c43e052b09287afed0fb6351cd31249bda /lib/libcurses++/cursesp.h
parent85db479b2362c15a2266e01737d835e86cda1b1e (diff)
Update to ncurses-5.2-20010114
Diffstat (limited to 'lib/libcurses++/cursesp.h')
-rw-r--r--lib/libcurses++/cursesp.h6
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;