diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-06-13 10:01:27 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-06-13 10:13:41 -0700 |
| commit | cd6f466549ba8e4b138da4332b0831ab45ca8a2f (patch) | |
| tree | 0d02b559903966d64ec67fff17d898b78ebb33ba /src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | |
| parent | c0f1332a0e18e9d506fe80c328548b001dcf93df (diff) | |
| download | wix-cd6f466549ba8e4b138da4332b0831ab45ca8a2f.tar.gz wix-cd6f466549ba8e4b138da4332b0831ab45ca8a2f.tar.bz2 wix-cd6f466549ba8e4b138da4332b0831ab45ca8a2f.zip | |
Implement simplified command and improved backend integration
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs index 97208ddb..5ce04147 100644 --- a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs +++ b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | |||
| @@ -63,7 +63,7 @@ namespace WixToolset.Extensibility | |||
| 63 | { | 63 | { |
| 64 | if (this.databaseFile != null) | 64 | if (this.databaseFile != null) |
| 65 | { | 65 | { |
| 66 | this.sourceLineNumbers = new SourceLineNumber(databaseFile); | 66 | this.sourceLineNumbers = new SourceLineNumber(this.databaseFile); |
| 67 | } | 67 | } |
| 68 | } | 68 | } |
| 69 | 69 | ||
