diff options
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Rows/WixComplexReferenceRow.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
| 20 | { | 20 | { |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | public WixComplexReferenceRow(SourceLineNumber sourceLineNumbers, TableDefinition tableDefinition) | ||
| 24 | : base(sourceLineNumbers, tableDefinition) | ||
| 25 | { | ||
| 26 | } | ||
| 27 | |||
| 23 | /// <summary> | 28 | /// <summary> |
| 24 | /// Gets the parent type of the complex reference. | 29 | /// Gets the parent type of the complex reference. |
| 25 | /// </summary> | 30 | /// </summary> |
