Skip to content

Commit c735e20

Browse files
committed
Remove specific type from Export attribute in DockWorkspace
1 parent 85d8ba1 commit c735e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ILSpy/Docking/DockWorkspace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
namespace ICSharpCode.ILSpy.Docking
4040
{
41-
[Export(typeof(DockWorkspace))]
41+
[Export]
4242
[Shared]
4343
public partial class DockWorkspace : ObservableObjectBase, ILayoutUpdateStrategy
4444
{

0 commit comments

Comments
 (0)