changeset 29 | 699651f2666f |
parent 21 | fa6d9f75d6a6 |
child 45 | 24fd82631616 |
--- a/camerauis/cameraxui/cxengine/src/cxeengine.cpp Fri May 14 15:40:46 2010 +0300 +++ b/camerauis/cameraxui/cxengine/src/cxeengine.cpp Thu May 27 12:43:29 2010 +0300 @@ -26,7 +26,7 @@ CX_DEBUG_ENTER_FUNCTION(); CxeEngineSymbian *res = new CxeEngineSymbian(); - + res->construct(); CX_DEBUG_EXIT_FUNCTION(); return res; }