Skip to content

Commit

Permalink
Inject ReparseCommand into ReparseCommandMenuItem, see #4370
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Sep 17, 2018
1 parent d5ef003 commit 51fd03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Rubberduck.UI.Command.MenuItems.CommandBars
{
public class ReparseCommandMenuItem : CommandMenuItemBase
{
public ReparseCommandMenuItem(CommandBase command) : base(command)
public ReparseCommandMenuItem(ReparseCommand command) : base(command)
{
}

Expand Down

0 comments on commit 51fd03f

Please sign in to comment.