diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_dnd_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx index cf20365cb..b1df8cf56 100644 --- a/src/fl_dnd_win32.cxx +++ b/src/fl_dnd_win32.cxx @@ -375,7 +375,7 @@ public: n = 0; } - ~FLEnum(void) { + virtual ~FLEnum(void) { n = 0; } }; |
