REFACTOR: Use explicit or implicit modified definition.

This commit is contained in:
2017-12-20 17:46:47 +00:00
parent 3c843c3b06
commit ff2afc4593
13 changed files with 27 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ namespace DiscImageChef.Core.Devices.Dumping
using Session = Decoders.CD.Session;
using TrackType = Schemas.TrackType;
internal class CompactDisc
class CompactDisc
{
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force,
bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar,