summaryrefslogtreecommitdiffstats
path: root/MetersListBox.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 /MetersListBox.h
parent7b2265b242667691e89a11360734ef8500a5ee8a (diff)
Rename TypedVector to Vector, matching dit.
Diffstat (limited to 'MetersListBox.h')
-rw-r--r--MetersListBox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MetersListBox.h b/MetersListBox.h
index 92f96f9d..2e346dd0 100644
--- a/MetersListBox.h
+++ b/MetersListBox.h
@@ -16,12 +16,12 @@ typedef struct MetersListBox_ {
ListBox super;
Settings* settings;
- TypedVector* meters;
+ Vector* meters;
ScreenManager* scr;
} MetersListBox;
-MetersListBox* MetersListBox_new(Settings* settings, char* header, TypedVector* meters, ScreenManager* scr);
+MetersListBox* MetersListBox_new(Settings* settings, char* header, Vector* meters, ScreenManager* scr);
void MetersListBox_delete(Object* object);