summaryrefslogtreecommitdiffstats
path: root/ColumnsListBox.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
commita853faaa2d2d0321da0ff6f51be656fc40cf8663 (patch)
tree273941f460f337bfa37f2ba13ae9184e34582c00 /ColumnsListBox.h
parent7b2265b242667691e89a11360734ef8500a5ee8a (diff)
Rename TypedVector to Vector, matching dit.
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;