# HG changeset patch # User Stefan Karlsson # Date 1269790584 -3600 # Node ID 0bf02c94977806818ced7a66344ce579e4462ecd # Parent f99a5abf9085fb282acefe3da3a46ffd6765b723 Fixed "extra qualification" syntax errors. diff -r f99a5abf9085 -r 0bf02c949778 profilesapplication/Profiles/GSProfilesPlugin/inc/GSProfilesPlugin.h --- a/profilesapplication/Profiles/GSProfilesPlugin/inc/GSProfilesPlugin.h Sun Mar 14 13:09:42 2010 +0000 +++ b/profilesapplication/Profiles/GSProfilesPlugin/inc/GSProfilesPlugin.h Sun Mar 28 16:36:24 2010 +0100 @@ -241,7 +241,7 @@ void GetActiveProfileSettingsL( TPsmSettingItems& aItems ); //void GetActiveProfileSettings2L( TPsmSettingItems& aItems ); TUint32 ResolveKey( TUint aPartialKey, TInt aProfileId ); - void CPSMProfilesPlugin::Panic( TInt aReason ); + void Panic( TInt aReason ); };