Author: AlbrechtS
Date: 2010-11-11 03:15:18 -0800 (Thu, 11 Nov 2010)
New Revision: 7817
Log:
Fixed compiler warning (Windows):
"`class FLEnum' has virtual functions but non-virtual destructor"
Modified:
branches/branch-1.3/src/fl_dnd_win32.cxx
Modified: branches/branch-1.3/src/fl_dnd_win32.cxx
===================================================================
--- branches/branch-1.3/src/fl_dnd_win32.cxx 2010-11-11 09:12:05 UTC (rev
7816)
+++ branches/branch-1.3/src/fl_dnd_win32.cxx 2010-11-11 11:15:18 UTC (rev
7817)
@@ -375,7 +375,7 @@
n = 0;
}
- ~FLEnum(void) {
+ virtual ~FLEnum(void) {
n = 0;
}
};
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit