diff options
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/wix/WixToolset.Extensibility/Services/IParseHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/wix/WixToolset.Extensibility/Services/IParseHelper.cs b/src/api/wix/WixToolset.Extensibility/Services/IParseHelper.cs index de2c6f9f..3a71d120 100644 --- a/src/api/wix/WixToolset.Extensibility/Services/IParseHelper.cs +++ b/src/api/wix/WixToolset.Extensibility/Services/IParseHelper.cs | |||
@@ -13,7 +13,7 @@ namespace WixToolset.Extensibility.Services | |||
13 | /// <summary> | 13 | /// <summary> |
14 | /// Interface provided to help compiler extensions parse. | 14 | /// Interface provided to help compiler extensions parse. |
15 | /// </summary> | 15 | /// </summary> |
16 | public interface IParseHelper : IBundleValidator | 16 | public interface IParseHelper |
17 | { | 17 | { |
18 | /// <summary> | 18 | /// <summary> |
19 | /// Creates a version 3 name-based UUID. | 19 | /// Creates a version 3 name-based UUID. |