aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.Mba.Core/Engine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/Engine.cs')
-rw-r--r--src/api/burn/WixToolset.Mba.Core/Engine.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/Engine.cs b/src/api/burn/WixToolset.Mba.Core/Engine.cs
index 1120fb1c..df412e8c 100644
--- a/src/api/burn/WixToolset.Mba.Core/Engine.cs
+++ b/src/api/burn/WixToolset.Mba.Core/Engine.cs
@@ -253,9 +253,9 @@ namespace WixToolset.Mba.Core
253 } 253 }
254 254
255 /// <inheritdoc/> 255 /// <inheritdoc/>
256 public void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash) 256 public void SetUpdate(string localSource, string downloadSource, long size, UpdateHashType hashType, string hash, string updatePackageId)
257 { 257 {
258 this.engine.SetUpdate(localSource, downloadSource, size, hashType, hash); 258 this.engine.SetUpdate(localSource, downloadSource, size, hashType, hash, updatePackageId);
259 } 259 }
260 260
261 /// <inheritdoc/> 261 /// <inheritdoc/>