aknlayoutcompiler/src/MLCompData2LayPerf.cpp
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/src/MLCompData2LayPerf.cpp	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/MLCompData2LayPerf.cpp	Mon Jan 18 21:13:05 2010 +0200
@@ -23,7 +23,7 @@
 // disable "decorated name length exceeded, name was truncated"
 #pragma warning (disable:4503)
 
-#include <cdlcompilertoolkit/cdltkprocess.h>
+#include <CdlCompilerToolkit/CdlTkProcess.h>
 #include <fstream>
 #include <iostream>
 #include <algorithm>
@@ -111,10 +111,10 @@
 
 MLCompDataToLayPerf::MLCompDataToLayPerf(const string& aCdlName, CCdlTkInterface& aInterface, TMLCompData& aSourceLayout, const string& aDestLayoutName)
     :	
+	iLayout(aSourceLayout),
+	iDestLayoutName(aDestLayoutName),
 	iCdlName(aCdlName),
-	iInterface(aInterface), 
-	iLayout(aSourceLayout),
-	iDestLayoutName(aDestLayoutName)
+	iInterface(aInterface)
 	{
 	}