diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:18:56 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 22:19:03 +0100 |
| commit | e690e76da1555e61bd6bde89d00215b11352f8b2 (patch) | |
| tree | 048cf12b8c35a60b0b983dbb8303f800a9b3da11 /FL/Fl_Grid.H | |
| parent | 95daa77c497254919d17b23de56397788b291ecf (diff) | |
FLUID: Adds undo for all grid operations.
Diffstat (limited to 'FL/Fl_Grid.H')
| -rw-r--r-- | FL/Fl_Grid.H | 2 |
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_; } |
