summaryrefslogtreecommitdiffstats
path: root/ColumnsListBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'ColumnsListBox.h')
-rw-r--r--ColumnsListBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ColumnsListBox.h b/ColumnsListBox.h
index f9e455e3..7f02ff96 100644
--- a/ColumnsListBox.h
+++ b/ColumnsListBox.h
@@ -16,7 +16,7 @@ typedef struct ColumnsListBox_ {
ListBox super;
Settings* settings;
- TypedVector* columns;
+ Vector* columns;
ScreenManager* scr;
} ColumnsListBox;