summaryrefslogtreecommitdiff
path: root/wx+/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/grid.h')
-rw-r--r--wx+/grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/grid.h b/wx+/grid.h
index 0fc5e480..71320218 100644
--- a/wx+/grid.h
+++ b/wx+/grid.h
@@ -348,7 +348,7 @@ private:
ScrollBarStatus showScrollbarX = SB_SHOW_AUTOMATIC;
ScrollBarStatus showScrollbarY = SB_SHOW_AUTOMATIC;
- int colLabelHeight = 0;
+ int colLabelHeight_ = 0;
bool drawRowLabel = true;
std::shared_ptr<GridData> dataView_;
bgstack15