diff options
Diffstat (limited to 'src/wixext/ComPlusExtensionFactory.cs')
-rw-r--r-- | src/wixext/ComPlusExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/ComPlusExtensionFactory.cs b/src/wixext/ComPlusExtensionFactory.cs index d9405867..76b51bff 100644 --- a/src/wixext/ComPlusExtensionFactory.cs +++ b/src/wixext/ComPlusExtensionFactory.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.ComPlus | |||
8 | 8 | ||
9 | public class ComPlusExtensionFactory : BaseExtensionFactory | 9 | public class ComPlusExtensionFactory : BaseExtensionFactory |
10 | { | 10 | { |
11 | protected override IEnumerable<Type> ExtensionTypes => new[] | 11 | protected override IReadOnlyCollection<Type> ExtensionTypes => new[] |
12 | { | 12 | { |
13 | typeof(ComPlusCompiler), | 13 | typeof(ComPlusCompiler), |
14 | typeof(ComPlusExtensionData), | 14 | typeof(ComPlusExtensionData), |