harvester/common/src/harvesterpluginfactory.cpp
changeset 40 910a23996aa0
parent 36 aa5a574040a4
child 43 c5e73110f733
--- a/harvester/common/src/harvesterpluginfactory.cpp	Wed Jul 14 07:57:22 2010 +0300
+++ b/harvester/common/src/harvesterpluginfactory.cpp	Fri Jul 23 10:03:59 2010 +0300
@@ -209,7 +209,8 @@
 			
 		if( aHD->ObjectType() == EFastHarvest || aHD->Origin() == MdeConstants::Object::ECamera )
 		   	{
-		   	hpi->iQueue.Insert( aHD, 0 );
+		   	hpi->iQueue.InsertL( aHD, 0 );
+		   	
 		   	if( !hpi->iPlugin->IsActive() )
 		   	    {
 	            hpi->iPlugin->SetPriority( KHarvesterPriorityHarvestingPlugin + 1 );