aknlayoutcompiler/src/LayoutParse.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/src/LayoutParse.cpp	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/LayoutParse.cpp	Mon Jan 18 21:13:05 2010 +0200
@@ -246,11 +246,11 @@
 		}
 	layout->iName = layName;
 
-	int pos=0;
+	string::size_type pos=0;
 	bool first = true;
 	while (pos != string::npos)
 		{
-		int next = layName.find('+', pos);
+		string::size_type next = layName.find('+', pos);
 		string name;
 		if (next == string::npos)
 			{