diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-08-27 08:27:42 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-08-27 08:27:42 +0000 |
| commit | 7f60ccd9adbaac2094d417753f12fa29ad117b48 (patch) | |
| tree | 6f1d11127eb3eba080a7e5b424ba879415d21e54 | |
| parent | 6b07587d74b3d165e6ad2b0f204ec8a9100718e9 (diff) | |
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
| -rw-r--r-- | FL/Fl_Window.H | 6 |
1 files 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 $". // |
