summaryrefslogtreecommitdiffstats
path: root/util/lexgen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/lexgen/main.cpp')
-rw-r--r--util/lexgen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lexgen/main.cpp b/util/lexgen/main.cpp
index 517629f4c1..51b89048ea 100644
--- a/util/lexgen/main.cpp
+++ b/util/lexgen/main.cpp
@@ -203,7 +203,7 @@ static DFA generateMachine(const Config &cfg)
return DFA();
}
- QVector<NFA> tokens;
+ QList<NFA> tokens;
foreach (ConfigFile::Entry e, cfg.configSections.value("Tokens")) {
int errCol = 0;