Fix visibility of MediaScan class members.

This commit is contained in:
2019-04-21 01:08:01 +01:00
parent 66108773d2
commit a71b2e6cb3
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ namespace DiscImageChef.Core.Devices.Scanning
{
public partial class MediaScan
{
public ScanResults Nvme()
ScanResults Nvme()
{
StoppingErrorMessage?.Invoke("NVMe devices not yet supported.");
return default;