From cbb59ba3fb48fb87065469eaa1b4a34a18851b9e Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:54:32 +0200 Subject: 1.12 --- library/CustomGrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/CustomGrid.h') 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(); -- cgit