summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Grid.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H
index 403c6c0f3..64183710c 100644
--- a/FL/Fl_Grid.H
+++ b/FL/Fl_Grid.H
@@ -186,7 +186,7 @@ public:
~Cell() {}
- Fl_Widget *widget() { return widget_; }
+ Fl_Widget *widget() const { return widget_; }
short row() const { return row_; }
short col() const { return col_; }