Imported Upstream version 14.47.0
[platform/upstream/libzypp.git] / zypp / media / MediaISO.cc
index 85aa783..e7f71fc 100644 (file)
@@ -276,9 +276,9 @@ namespace zypp
     }
 
     // ---------------------------------------------------------------
-    void MediaISO::getFile(const Pathname &filename) const
+    void MediaISO::getFile(const Pathname &filename, const ByteCount &expectedFileSize_r) const
     {
-      MediaHandler::getFile(filename);
+      MediaHandler::getFile(filename, expectedFileSize_r);
     }
 
     // ---------------------------------------------------------------