mpx/commonframework/common/src/mpxpluginhandlerbase.cpp
changeset 51 e61a04404bdf
parent 0 a2952bb97e68
child 56 63223d4fd956
--- a/mpx/commonframework/common/src/mpxpluginhandlerbase.cpp	Tue Jul 06 14:48:59 2010 +0300
+++ b/mpx/commonframework/common/src/mpxpluginhandlerbase.cpp	Wed Aug 18 10:16:02 2010 +0300
@@ -539,7 +539,7 @@
 //
 EXPORT_C const TDesC& CMPXPluginHandlerBase::PluginName(const TUid& aUid) const
     {
-    const TDesC* name=&KNullDesC;
+    const TDesC* name;
     TInt index(IndexOf(aUid));
     MPX_ASSERT(KErrNotFound!=index && index<iPluginInfoArray.Count());
     name = &iPluginInfoArray[index]->DisplayName();