diff options
Diffstat (limited to 'src/widget/widget.h')
| -rw-r--r-- | src/widget/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/widget.h b/src/widget/widget.h index 79a72f3..38acb9c 100644 --- a/src/widget/widget.h +++ b/src/widget/widget.h | |||
| @@ -35,7 +35,7 @@ typedef struct uiLabel { | |||
| 35 | 35 | ||
| 36 | /// Table cell. | 36 | /// Table cell. |
| 37 | typedef struct uiCell { | 37 | typedef struct uiCell { |
| 38 | uiWidget* child; | 38 | string text; |
| 39 | } uiCell; | 39 | } uiCell; |
| 40 | 40 | ||
| 41 | /// Table. | 41 | /// Table. |
