Make destructor virtual

This commit is contained in:
John Scipione
2013-12-13 00:42:11 -05:00
parent 5b013eab68
commit 7888f1d6ea
+1 -1
View File
@@ -15,7 +15,7 @@
class TimeZoneListView : public BOutlineListView { class TimeZoneListView : public BOutlineListView {
public: public:
TimeZoneListView(void); TimeZoneListView(void);
~TimeZoneListView(); virtual ~TimeZoneListView();
protected: protected:
virtual bool GetToolTipAt(BPoint point, BToolTip** _tip); virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);