summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/ilistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/ilistbox.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/ilistbox.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/NxWidgets/libnxwidgets/include/ilistbox.hxx b/NxWidgets/libnxwidgets/include/ilistbox.hxx
index 9184f23c8..0eb33bc3b 100644
--- a/NxWidgets/libnxwidgets/include/ilistbox.hxx
+++ b/NxWidgets/libnxwidgets/include/ilistbox.hxx
@@ -102,6 +102,14 @@ namespace NXWidgets
class IListBox
{
public:
+ /**
+ * A virtual destructor is required in order to override the IListBox
+ * destructor. We do this because if we delete IListBox, we want the
+ * destructor of the class that inherits from IListBox to run, not this
+ * one.
+ */
+
+ virtual ~IListBox(void) { }
/**
* Add a new option to the widget using default colors.