summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ScreenManager.h')
-rw-r--r--ScreenManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ScreenManager.h b/ScreenManager.h
index b89d8023..9038b92b 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -11,7 +11,7 @@ in the source distribution for its full text.
#include "ListBox.h"
#include "Object.h"
-#include "TypedVector.h"
+#include "Vector.h"
#include "FunctionBar.h"
#include "debug.h"
@@ -31,10 +31,10 @@ typedef struct ScreenManager_ {
int x2;
int y2;
Orientation orientation;
- TypedVector* items;
+ Vector* items;
int itemCount;
FunctionBar* fuBar;
- TypedVector* fuBars;
+ Vector* fuBars;
bool owner;
} ScreenManager;