Skip to content

Commit

Permalink
Added missing FL_EXPORT to Fl_Window::resize()
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
spitzak committed Aug 27, 1999
1 parent 6b07587 commit 7f60ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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).
//
Expand Down Expand Up @@ -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);}
Expand Down Expand Up @@ -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 $".
//

0 comments on commit 7f60ccd

Please sign in to comment.