summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2016-10-29 11:41:53 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2016-10-29 11:41:53 +0200
commit7302bb4484d517a72cdffbd13ec7a9f2324cde01 (patch)
tree17d2964c6768d49510206836a496fb1802a63e08 /wx+/grid.h
parent8.5 (diff)
downloadFreeFileSync-7302bb4484d517a72cdffbd13ec7a9f2324cde01.tar.gz
FreeFileSync-7302bb4484d517a72cdffbd13ec7a9f2324cde01.tar.bz2
FreeFileSync-7302bb4484d517a72cdffbd13ec7a9f2324cde01.zip
8.6
Diffstat (limited to 'wx+/grid.h')
-rw-r--r--wx+/grid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wx+/grid.h b/wx+/grid.h
index 71320218..b8b6711e 100644
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -215,8 +215,8 @@ public:
//############################################################################################################
-static wxColor getColorSelectionGradientFrom();
-static wxColor getColorSelectionGradientTo();
+ static wxColor getColorSelectionGradientFrom();
+ static wxColor getColorSelectionGradientTo();
private:
void onPaintEvent(wxPaintEvent& event);
bgstack15