From 7f60ccd9adbaac2094d417753f12fa29ad117b48 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Fri, 27 Aug 1999 08:27:42 +0000 Subject: 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 --- FL/Fl_Window.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 0513a85bb..d80cdfb68 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -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 $". // -- cgit v1.2.3