diff options
Diffstat (limited to 'library/CustomGrid.h')
-rw-r--r-- | library/CustomGrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CustomGrid.h b/library/CustomGrid.h index 0679c6c7..8f22275b 100644 --- a/library/CustomGrid.h +++ b/library/CustomGrid.h @@ -44,7 +44,7 @@ public: //set sort direction indicator on UI void setSortMarker(const int sortColumn, const wxBitmap* bitmap = &wxNullBitmap); - void DrawColLabel( wxDC& dc, int col ); + void DrawColLabel(wxDC& dc, int col); private: void adjustGridHeights(); |