diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CompileCommand.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CompileCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/CompileCommand.cs b/src/WixToolset.Core/CommandLine/CompileCommand.cs index 54d1b6f1..6e31b241 100644 --- a/src/WixToolset.Core/CommandLine/CompileCommand.cs +++ b/src/WixToolset.Core/CommandLine/CompileCommand.cs | |||
@@ -42,7 +42,7 @@ namespace WixToolset.Core.CommandLine | |||
42 | 42 | ||
43 | private Platform Platform { get; } | 43 | private Platform Platform { get; } |
44 | 44 | ||
45 | public IEnumerable<string> IncludeSearchPaths { get; } | 45 | public IReadOnlyCollection<string> IncludeSearchPaths { get; } |
46 | 46 | ||
47 | public bool ShowLogo => throw new NotImplementedException(); | 47 | public bool ShowLogo => throw new NotImplementedException(); |
48 | 48 | ||