clfwrapper/ClientSrc/CCLFItemImpl.cpp
changeset 1 acef663c1218
parent 0 c53acadfccc6
child 6 646a02f170b9
--- a/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Mon Jan 18 20:34:07 2010 +0200
+++ b/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Tue Jan 26 12:13:20 2010 +0200
@@ -258,7 +258,7 @@
         {
         // Get the actual data
         CMdEProperty* prop = NULL;
-        TInt index = iMdEObject.Property( *propertyDef, prop );
+        const TInt index = iMdEObject.Property( *propertyDef, prop );
         if ( prop )
             {
             const TInt num = sizeof ( clfwrappermusictypes ) / sizeof( TDesC* );