aknlayoutcompiler/src/LayCdlCheck.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/src/LayCdlCheck.cpp	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/LayCdlCheck.cpp	Mon Jan 18 21:13:05 2010 +0200
@@ -25,7 +25,7 @@
 #include "LayoutCompilerErr.h"
 #include "LayoutParse.h"
 #include "Lay2Cdl.h"
-#include <cdlcompilertoolkit/cdltkprocess.h>
+#include <CdlCompilerToolkit/CdlTkProcess.h>
 using namespace std;
 using namespace CdlCompilerToolkit;
 
@@ -58,7 +58,7 @@
 	auto_ptr<CCdlTkInterface> xIface(new CCdlTkInterface);
 	CCdlTkApiList& xApiList = xIface->ApiList();
 
-	for (int arg = nextArg; arg < args.size(); arg++)
+	for (unsigned int arg = nextArg; arg < args.size(); arg++)
 		{
 		string fileName = args[arg];
 		if (fileName.size() < 4)