filemanager/src/fmbkupenginewrapper/src/fmbkupengine.cpp
changeset 18 edd66bde63a4
parent 16 ada7962b4308
child 21 15299bc55001
--- a/filemanager/src/fmbkupenginewrapper/src/fmbkupengine.cpp	Mon May 03 12:24:39 2010 +0300
+++ b/filemanager/src/fmbkupenginewrapper/src/fmbkupengine.cpp	Fri May 14 15:42:43 2010 +0300
@@ -88,7 +88,7 @@
     
 void FmBkupEngine::GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > &drivesAndOperationList,
         QList< FmRestoreInfo > &restoreInfoList,
-        const int aDrive )
+        const QString& aDrive )
 {
     d->GetRestoreInfoArray( drivesAndOperationList, restoreInfoList, aDrive );
 }