Fix visibility of command invoke method.

This commit is contained in:
2020-01-02 04:18:55 +00:00
parent 758d4dd364
commit b5ea3d681a
27 changed files with 43 additions and 43 deletions

View File

@@ -84,8 +84,8 @@ namespace DiscImageChef.Commands
Handler = CommandHandler.Create(GetType().GetMethod(nameof(Invoke)));
}
static int Invoke(bool debug, bool verbose, string imagePath, ulong length, bool longSectors, ulong startSector,
ushort widthBytes)
public static int Invoke(bool debug, bool verbose, string imagePath, ulong length, bool longSectors, ulong startSector,
ushort widthBytes)
{
MainClass.PrintCopyright();