We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ef003 commit 51fd03fCopy full SHA for 51fd03f
Rubberduck.Core/UI/Command/MenuItems/CommandBars/ReparseCommandMenuItem.cs
@@ -7,7 +7,7 @@ namespace Rubberduck.UI.Command.MenuItems.CommandBars
7
{
8
public class ReparseCommandMenuItem : CommandMenuItemBase
9
10
- public ReparseCommandMenuItem(CommandBase command) : base(command)
+ public ReparseCommandMenuItem(ReparseCommand command) : base(command)
11
12
}
13
0 commit comments