From f87ec715a88a78a6d7788503da2ebec786544e75 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 1 Nov 2017 10:59:13 -0700 Subject: Update to WiX Intermediate Representation --- src/WixToolset.Extensibility/ICompilerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Extensibility/ICompilerCore.cs') 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 /// Name of table to create row in. /// Optional identifier for the row. /// New row. - Row CreateRow(SourceLineNumber sourceLineNumbers, string tableName, Identifier identifier = null); + IntermediateTuple CreateRow(SourceLineNumber sourceLineNumbers, string tableName, Identifier identifier = null); /// /// Creates directories using the inline directory syntax. -- cgit v1.2.3-55-g6feb