Skip to content

Commit b08cfef

Browse files
committed
Assign injected IRefactoringPresenterFactory to local...
1 parent 7909cf7 commit b08cfef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/CodeExplorer/Commands/RenameCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public RenameCommand(IVBE vbe, RubberduckParserState state, IMessageBox msgBox,
3131
_state = state;
3232
_rewritingManager = rewritingManager;
3333
_msgBox = msgBox;
34+
_factory = factory;
3435
}
3536

3637
public override IEnumerable<Type> ApplicableNodeTypes => ApplicableNodes;

0 commit comments

Comments
 (0)