aknlayoutcompiler/inc/CoreParser.h
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/inc/CoreParser.h	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/inc/CoreParser.h	Mon Jan 18 21:13:05 2010 +0200
@@ -19,7 +19,6 @@
 
 #include <string>
 #include <vector>
-#include <deque>
 
 class Parser;
 
@@ -35,7 +34,7 @@
 	int iRuleId;
 	int iStart;
 	int iEnd;
-	std::deque<ParseResult> iChildren;
+	std::vector<ParseResult> iChildren;
 	};