piprofiler/engine/src/SamplerController.cpp
branchRCL_3
changeset 49 7fdc9a71d314
parent 19 da2cedce4920
child 59 8ad140f3dd41
--- a/piprofiler/engine/src/SamplerController.cpp	Wed Sep 15 00:19:18 2010 +0300
+++ b/piprofiler/engine/src/SamplerController.cpp	Wed Sep 15 13:53:27 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));