Added missing FL_EXPORT to Fl_Window::resize()

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Bill Spitzak 1999-08-27 08:27:42 +00:00
parent 6b07587d74
commit 7f60ccd9ad

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Window.H,v 1.12 1999/02/18 13:12:50 mike Exp $"
// "$Id: Fl_Window.H,v 1.12.2.1 1999/08/27 08:27:42 bill Exp $"
//
// Window header file for the Fast Light Tool Kit (FLTK).
//
@ -64,7 +64,7 @@ public:
virtual FL_EXPORT int handle(int);
virtual void resize(int,int,int,int);
virtual FL_EXPORT void resize(int,int,int,int);
FL_EXPORT void border(int b);
void clear_border() {set_flag(FL_NOBORDER);}
int border() const {return !(flags() & FL_NOBORDER);}
@ -113,5 +113,5 @@ public:
#endif
//
// End of "$Id: Fl_Window.H,v 1.12 1999/02/18 13:12:50 mike Exp $".
// End of "$Id: Fl_Window.H,v 1.12.2.1 1999/08/27 08:27:42 bill Exp $".
//