diff -r f58d6ec98e88 -r b700e12870ca aknlayoutcompiler/src/MLCompData2LayPerf.cpp --- 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 +#include #include #include #include @@ -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) { }