mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix visibility of MediaScan class members.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user