mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix warning clang
This commit is contained in:
parent
2cde1c04f4
commit
2583f616d9
3 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue