Skip to content

Commit 51fd03f

Browse files
committed
Inject ReparseCommand into ReparseCommandMenuItem, see #4370
1 parent d5ef003 commit 51fd03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Command/MenuItems/CommandBars/ReparseCommandMenuItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Rubberduck.UI.Command.MenuItems.CommandBars
77
{
88
public class ReparseCommandMenuItem : CommandMenuItemBase
99
{
10-
public ReparseCommandMenuItem(CommandBase command) : base(command)
10+
public ReparseCommandMenuItem(ReparseCommand command) : base(command)
1111
{
1212
}
1313

0 commit comments

Comments
 (0)