Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:35:48 +0100
branchCompilerCompatibility
changeset 8 f97881630a71
parent 7 e7a9cc41bfe3
Fixed "extra qualification" syntax errors.
userdict/inc/UdictContainer.h
--- a/userdict/inc/UdictContainer.h	Sun Mar 14 13:08:44 2010 +0000
+++ b/userdict/inc/UdictContainer.h	Sun Mar 28 16:35:48 2010 +0100
@@ -101,10 +101,9 @@
         * Creates the icon and adds it to the array if it was successful
         *  @since 2.8
         */
-        void CUserDictContainer::CreateIconAndAddToArrayL(
-                                    CArrayPtr<CGulIcon>*& aIconsArray,
-                                    const TDesC& aIconFile,
-                                    TInt aBitmap, TInt aMask = -1);
+        void CreateIconAndAddToArrayL(CArrayPtr<CGulIcon>*& aIconsArray,
+                                      const TDesC& aIconFile,
+                                      TInt aBitmap, TInt aMask = -1);
 
 
     private:  // Functions from base classes