Make destructor virtual
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user