diff -r 3075d9b614e6 -r 0f0b4c1d7744 camerauis/cameraxui/cxengine/src/cxeengine.cpp --- a/camerauis/cameraxui/cxengine/src/cxeengine.cpp Thu May 13 21:30:19 2010 +0300 +++ b/camerauis/cameraxui/cxengine/src/cxeengine.cpp Thu Jul 15 01:44:30 2010 +0300 @@ -26,7 +26,7 @@ CX_DEBUG_ENTER_FUNCTION(); CxeEngineSymbian *res = new CxeEngineSymbian(); - + res->construct(); CX_DEBUG_EXIT_FUNCTION(); return res; }