fix warning clang

This commit is contained in:
lsv 2026-03-18 09:09:01 +05:00
parent 2cde1c04f4
commit 2583f616d9
3 changed files with 11 additions and 11 deletions

View file

@ -220,7 +220,7 @@ wxSize GetBestSize(wxGrid& grid,
public:
void Draw(wxGrid& grid, wxGridCellAttr& attr, wxDC& dc,
const wxRect& rect, int row, int col, bool isSelected);
const wxRect& rect, int row, int col, bool isSelected) wxOVERRIDE;
CursorCellRenderer(int thous_pixel_sep);
private:
int thousands_pixel_sep;