diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:13 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:13 -0700 |
| commit | f87ec715a88a78a6d7788503da2ebec786544e75 (patch) | |
| tree | 561573bdd0647c5beec0adb09c2b780ddad2c4c0 /src/WixToolset.Extensibility/ICompilerCore.cs | |
| parent | 7efd412cda00b369bc331c9bedd8db971d98fee7 (diff) | |
| download | wix-f87ec715a88a78a6d7788503da2ebec786544e75.tar.gz wix-f87ec715a88a78a6d7788503da2ebec786544e75.tar.bz2 wix-f87ec715a88a78a6d7788503da2ebec786544e75.zip | |
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Extensibility/ICompilerCore.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/ICompilerCore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/ICompilerCore.cs b/src/WixToolset.Extensibility/ICompilerCore.cs index b2ad6abd..d71f9cbe 100644 --- a/src/WixToolset.Extensibility/ICompilerCore.cs +++ b/src/WixToolset.Extensibility/ICompilerCore.cs | |||
| @@ -62,7 +62,7 @@ namespace WixToolset.Extensibility | |||
| 62 | /// <param name="tableName">Name of table to create row in.</param> | 62 | /// <param name="tableName">Name of table to create row in.</param> |
| 63 | /// <param name="identifier">Optional identifier for the row.</param> | 63 | /// <param name="identifier">Optional identifier for the row.</param> |
| 64 | /// <returns>New row.</returns> | 64 | /// <returns>New row.</returns> |
| 65 | Row CreateRow(SourceLineNumber sourceLineNumbers, string tableName, Identifier identifier = null); | 65 | IntermediateTuple CreateRow(SourceLineNumber sourceLineNumbers, string tableName, Identifier identifier = null); |
| 66 | 66 | ||
| 67 | /// <summary> | 67 | /// <summary> |
| 68 | /// Creates directories using the inline directory syntax. | 68 | /// Creates directories using the inline directory syntax. |
