diff options
Diffstat (limited to 'src/WixToolset.Core/WixToolsetServiceProvider.cs')
-rw-r--r-- | src/WixToolset.Core/WixToolsetServiceProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/WixToolsetServiceProvider.cs b/src/WixToolset.Core/WixToolsetServiceProvider.cs index 83b9356d..0337f771 100644 --- a/src/WixToolset.Core/WixToolsetServiceProvider.cs +++ b/src/WixToolset.Core/WixToolsetServiceProvider.cs | |||
@@ -92,7 +92,7 @@ namespace WixToolset.Core | |||
92 | public void AddService<T>(Func<IServiceProvider, Dictionary<Type, object>, T> creationFunction) | 92 | public void AddService<T>(Func<IServiceProvider, Dictionary<Type, object>, T> creationFunction) |
93 | where T : class | 93 | where T : class |
94 | { | 94 | { |
95 | AddService(typeof(T), creationFunction); | 95 | this.AddService(typeof(T), creationFunction); |
96 | } | 96 | } |
97 | 97 | ||
98 | private static T AddSingleton<T>(Dictionary<Type, object> singletons, T service) | 98 | private static T AddSingleton<T>(Dictionary<Type, object> singletons, T service) |