summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Table.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H
index fa3428ef2..2abd685c8 100644
--- a/FL/Fl_Table.H
+++ b/FL/Fl_Table.H
@@ -726,7 +726,7 @@ public:
return(row_position());
}
int is_selected(int r, int c); // selected cell
- void get_selection(int &row_top, int &col_left, int &row_bot, int &col_right);
+ void get_selection(int &row_top, int &col_left, int &row_bot, int &col_right) const;
void set_selection(int row_top, int col_left, int row_bot, int col_right);
int move_cursor(int R, int C, int shiftselect);
int move_cursor(int R, int C);