summaryrefslogtreecommitdiff
path: root/src/widget/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/table.h')
-rw-r--r--src/widget/table.h6
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
7const uiCell* GetCell(const uiTable* table, int row, int col); 7const uiCell* GetCell(const uiTable* table, int row, int col);
8 8uiCell* GetCellMut(uiTable* table, int row, int col);
9uiCell* GetCellMut(uiTable* table, int row, int col); 9uiCell** GetLastRow(uiTable* table);
10
11uiCell** GetLastRow(uiTable* table);