--- a/aknlayoutcompiler/src/ZoomLevelNames.cpp Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/ZoomLevelNames.cpp Mon Jan 18 21:13:05 2010 +0200
@@ -26,9 +26,9 @@
#include "LayoutCompilerErr.h"
#include "CodeGenConsts.h"
-#include <cdlcompilertoolkit/cdltkutil.h>
+#include <CdlCompilerToolkit/CdlTkUtil.h>
-#include <akndef.hrh>
+#include <AknDef.hrh>
#include <fstream>
#include <iostream>
@@ -71,7 +71,7 @@
while (!in.eof())
{
getline(in, line);
- int comma = line.find(",");
+ string::size_type comma = line.find(",");
if(comma == string::npos)
{
cerr << "Zoom file incorrect format." << endl;