piprofiler/engine/src/SamplerController.cpp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
--- a/piprofiler/engine/src/SamplerController.cpp	Wed Sep 15 13:53:27 2010 +0300
+++ b/piprofiler/engine/src/SamplerController.cpp	Wed Oct 13 16:17:58 2010 +0300
@@ -129,7 +129,7 @@
     return err;
     }
 
-TInt CSamplerController::SetSamplerSettingsL(TInt aUid, TSamplerAttributes& aAttributes)
+TInt CSamplerController::SetSamplerSettingsL(TInt aUid, TSamplerAttributes aAttributes)
     {
     // parse right plugin based on UID
     CSamplerPluginInterface* plugin = GetPlugin(TUid::Uid(aUid));