aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Validator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Validator.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Validator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Validator.cs b/src/WixToolset.Core.WindowsInstaller/Validator.cs
index e19feb22..1c9cdc2f 100644
--- a/src/WixToolset.Core.WindowsInstaller/Validator.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Validator.cs
@@ -27,7 +27,7 @@ namespace WixToolset.Core.WindowsInstaller
27 private string actionName; 27 private string actionName;
28 private StringCollection cubeFiles; 28 private StringCollection cubeFiles;
29 private ValidatorExtension extension; 29 private ValidatorExtension extension;
30 private Output output; 30 private WindowsInstallerData output;
31 private InstallUIHandler validationUIHandler; 31 private InstallUIHandler validationUIHandler;
32 private bool validationSessionComplete; 32 private bool validationSessionComplete;
33 private readonly IMessaging messaging; 33 private readonly IMessaging messaging;
@@ -64,7 +64,7 @@ namespace WixToolset.Core.WindowsInstaller
64 /// Gets or sets the output used for finding source line information. 64 /// Gets or sets the output used for finding source line information.
65 /// </summary> 65 /// </summary>
66 /// <value>The output used for finding source line information.</value> 66 /// <value>The output used for finding source line information.</value>
67 public Output Output 67 public WindowsInstallerData Output
68 { 68 {
69 // cache Output object until validation for changes in extension 69 // cache Output object until validation for changes in extension
70 get { return this.output; } 70 get { return this.output; }