From e690e76da1555e61bd6bde89d00215b11352f8b2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 5 Nov 2023 22:18:56 +0100 Subject: FLUID: Adds undo for all grid operations. --- FL/Fl_Grid.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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_; } -- cgit v1.2.3