From 1c933963d1354495d4a31a08baf7f1240b5fbfce Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 18 Apr 2020 13:53:54 +1000 Subject: Add ability for an extension to have a custom strongly typed row during binding. Remove some unused functionality in Table and Row. Use strongRowType in core tables. --- src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs b/src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs index 2abd7656..0e942724 100644 --- a/src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs +++ b/src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs @@ -20,6 +20,11 @@ namespace WixToolset.Data.WindowsInstaller.Rows { } + public WixComplexReferenceRow(SourceLineNumber sourceLineNumbers, TableDefinition tableDefinition) + : base(sourceLineNumbers, tableDefinition) + { + } + /// /// Gets the parent type of the complex reference. /// -- cgit v1.2.3-55-g6feb