Author: manolo
Date: 2010-04-21 05:00:55 -0700 (Wed, 21 Apr 2010)
New Revision: 7553
Log:
Removed further compilation warnings.

Modified:
   branches/branch-1.3-Fl_Printer/FL/Fl_Device.H

Modified: branches/branch-1.3-Fl_Printer/FL/Fl_Device.H
===================================================================
--- branches/branch-1.3-Fl_Printer/FL/Fl_Device.H       2010-04-21 11:48:48 UTC 
(rev 7552)
+++ branches/branch-1.3-Fl_Printer/FL/Fl_Device.H       2010-04-21 12:00:55 UTC 
(rev 7553)
@@ -354,6 +354,8 @@
   inline Fl_Graphics_Driver *driver() {return _driver; };
   /** \brief the surface that currently receives graphics output */
   static Fl_Surface_Device *surface() {return fl_surface; }; 
+  /** \brief The destructor. */
+  virtual ~Fl_Surface_Device() {}
 };
 
 /**

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to