diff options
Diffstat (limited to 'src/widget/table.h')
| -rw-r--r-- | src/widget/table.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/widget/table.h b/src/widget/table.h index 9f466de..0585140 100644 --- a/src/widget/table.h +++ b/src/widget/table.h | |||
| @@ -5,7 +5,5 @@ | |||
| 5 | #include "widget.h" | 5 | #include "widget.h" |
| 6 | 6 | ||
| 7 | const uiCell* GetCell(const uiTable* table, int row, int col); | 7 | const uiCell* GetCell(const uiTable* table, int row, int col); |
| 8 | 8 | uiCell* GetCellMut(uiTable* table, int row, int col); | |
| 9 | uiCell* GetCellMut(uiTable* table, int row, int col); | 9 | uiCell** GetLastRow(uiTable* table); |
| 10 | |||
| 11 | uiCell** GetLastRow(uiTable* table); | ||
