From 13e7d7639729cc0fb9b778ecd2e45d407d45d393 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Nov 2001 20:59:59 +0000 Subject: WIN32 fixes for the new image stuff... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1705 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_JPEG_Image.H | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'FL/Fl_JPEG_Image.H') diff --git a/FL/Fl_JPEG_Image.H b/FL/Fl_JPEG_Image.H index ff53136f6..007f81635 100644 --- a/FL/Fl_JPEG_Image.H +++ b/FL/Fl_JPEG_Image.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_JPEG_Image.H,v 1.1.2.1 2001/11/19 01:06:45 easysw Exp $" +// "$Id: Fl_JPEG_Image.H,v 1.1.2.2 2001/11/19 20:59:59 easysw Exp $" // // JPEG image header file for the Fast Light Tool Kit (FLTK). // @@ -32,11 +32,10 @@ class FL_EXPORT Fl_JPEG_Image : public Fl_RGB_Image { public: Fl_JPEG_Image(const char* filename); - virtual ~Fl_JPEG_Image(); }; #endif // -// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.1 2001/11/19 01:06:45 easysw Exp $". +// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.2 2001/11/19 20:59:59 easysw Exp $". // -- cgit v1.2.3