aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs')
-rw-r--r--src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
index ca53ab4a..23e046fa 100644
--- a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
+++ b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
@@ -8,7 +8,7 @@ namespace WixToolset.Extensibility.Services
8 /// <summary> 8 /// <summary>
9 /// Interface provided to help Windows Installer backend extensions. 9 /// Interface provided to help Windows Installer backend extensions.
10 /// </summary> 10 /// </summary>
11 public interface IWindowsInstallerBackendHelper 11 public interface IWindowsInstallerBackendHelper : IBackendHelper
12 { 12 {
13 /// <summary> 13 /// <summary>
14 /// Creates a <see cref="Row"/> in the specified table. 14 /// Creates a <see cref="Row"/> in the specified table.