// Implementation
// ------------------------------------------------------------------------
public:
- void GetBordersForSizer(int *borderTop, int *borderOther) const;
+ virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
protected:
};