diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:40:49 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:56:11 -0700 |
| commit | 6eab6255f832007886c4b01861dc39d5582177ef (patch) | |
| tree | cb3e11ad38046ed74eede94126c9923e4dfc287b /src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | |
| parent | f01d284101e95d490497062c2dc9065423d0cf37 (diff) | |
| download | wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.gz wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.bz2 wix-6eab6255f832007886c4b01861dc39d5582177ef.zip | |
Update to WindowsInstallerData rename from Data
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs index 48f73bf2..97208ddb 100644 --- a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs +++ b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | |||
| @@ -16,7 +16,7 @@ namespace WixToolset.Extensibility | |||
| 16 | { | 16 | { |
| 17 | private string databaseFile; | 17 | private string databaseFile; |
| 18 | private Hashtable indexedSourceLineNumbers; | 18 | private Hashtable indexedSourceLineNumbers; |
| 19 | private Output output; | 19 | private WindowsInstallerData output; |
| 20 | private SourceLineNumber sourceLineNumbers; | 20 | private SourceLineNumber sourceLineNumbers; |
| 21 | private readonly IMessaging messaging; | 21 | private readonly IMessaging messaging; |
| 22 | 22 | ||
| @@ -42,7 +42,7 @@ namespace WixToolset.Extensibility | |||
| 42 | /// Gets or sets the <see cref="Output"/> for finding source line information. | 42 | /// Gets or sets the <see cref="Output"/> for finding source line information. |
| 43 | /// </summary> | 43 | /// </summary> |
| 44 | /// <value>The <see cref="Output"/> for finding source line information.</value> | 44 | /// <value>The <see cref="Output"/> for finding source line information.</value> |
| 45 | public Output Output | 45 | public WindowsInstallerData Output |
| 46 | { | 46 | { |
| 47 | get { return this.output; } | 47 | get { return this.output; } |
| 48 | set { this.output = value; } | 48 | set { this.output = value; } |
