diff options
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. |