--- a/idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/src/xnuiengine.cpp Wed Oct 13 14:18:30 2010 +0300
@@ -526,7 +526,7 @@
// CXnUiEngine::EnablePartialTouchInput()
// -----------------------------------------------------------------------------
//
-void CXnUiEngine::EnablePartialTouchInput( CXnNode* aNode, TBool aEnable )
+void CXnUiEngine::EnablePartialTouchInput( CXnNode& aNode, TBool aEnable )
{
iUiEngineImpl->EnablePartialTouchInput(aNode, aEnable);
}