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

@@ -46,7 +46,7 @@ namespace DiscImageChef.Core.Devices.Scanning
/// Scans the media from an ATA device
/// </summary>
/// <returns>Scanning results</returns>
public ScanResults Ata()
ScanResults Ata()
{
ScanResults results = new ScanResults();
bool sense;