summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vector.h b/Vector.h
index 70df3e4a..70688152 100644
--- a/Vector.h
+++ b/Vector.h
@@ -17,7 +17,7 @@ in the source distribution for its full text.
#endif
typedef struct Vector_ {
- Object **array;
+ Object** array;
const ObjectClass* type;
int arraySize;
int growthRate;