summaryrefslogtreecommitdiff
path: root/lout/container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/container.hh')
-rw-r--r--lout/container.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/container.hh b/lout/container.hh
index c87eb10c..09c8ffc0 100644
--- a/lout/container.hh
+++ b/lout/container.hh
@@ -114,7 +114,7 @@ private:
private:
Vector *vector;
int index;
-
+
public:
VectorIterator(Vector *vector) { this->vector = vector; index = -1; }
bool hasNext();