From 45f77fd60f71322b288a4497dea5b583b2692613 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 12:42:21 +0300 Subject: Change destructors to virtual in all basic classes. Also add some missing final to classes. --- src/gui/widgets/listbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/listbox.h') diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index fe6fb8ba6..909159e11 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -51,7 +51,7 @@ class ListBox : public gcn::ListBox, A_DELETE_COPY(ListBox) - ~ListBox(); + virtual ~ListBox(); /** * Draws the list box. -- cgit v1.2.3-60-g2f50