aknlayoutcompiler/src/LayoutWriter.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/src/LayoutWriter.cpp	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/LayoutWriter.cpp	Mon Jan 18 21:13:05 2010 +0200
@@ -66,7 +66,7 @@
 	if (iTable.iAppend)
 		out << "\t+" << endl;
 	
-	for (int i=0; i<iTable.size(); ++i)
+	for (unsigned int i=0; i<iTable.size(); ++i)
 		{
 		if (i>0)
 			out << "," << endl;
@@ -126,7 +126,7 @@
 	if (iTable.iAppend)
 		out << "\t+" << endl;
 	
-	for (int i=0; i<iTable.size(); ++i)
+	for (unsigned int i=0; i<iTable.size(); ++i)
 		{
 		if (i>0)
 			out << "," << endl;