Make destructor virtual
This commit is contained in:
parent
5b013eab68
commit
7888f1d6ea
@ -15,7 +15,7 @@
|
||||
class TimeZoneListView : public BOutlineListView {
|
||||
public:
|
||||
TimeZoneListView(void);
|
||||
~TimeZoneListView();
|
||||
virtual ~TimeZoneListView();
|
||||
|
||||
protected:
|
||||
virtual bool GetToolTipAt(BPoint point, BToolTip** _tip);
|
||||
|
Loading…
x
Reference in New Issue
Block a user