Make destructor virtual

This commit is contained in:
John Scipione 2013-12-12 22:00:51 -05:00
parent 5b013eab68
commit 7888f1d6ea

View File

@ -15,7 +15,7 @@
class TimeZoneListView : public BOutlineListView {
public:
TimeZoneListView(void);
~TimeZoneListView();
virtual ~TimeZoneListView();
protected:
virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);