messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp
changeset 72 6f657153cbc5
parent 70 a15d9966050f
--- a/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp	Fri Sep 17 08:28:39 2010 +0300
+++ b/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp	Mon Oct 04 00:13:15 2010 +0300
@@ -641,10 +641,10 @@
 }
 
 void MsgUnifiedEditorBody::EditorOperationEvent(
-    TUniEditorProcessImageOperationEvent aEvent, TFileName aFileName)
+    TUniEditorProcessImageOperationEvent aEvent, TFileName& aFileName)
 {
     delete mImageInfo;
-    mImageInfo = NULL;
+    mImageInfo = NULL; 
 
     if (aEvent == EUniEditorProcessImageOperationComplete && 
             aFileName.Length() > 0)