Fix dumpers passing class fields amongst them.

This commit is contained in:
2019-04-20 14:18:12 +01:00
parent 552bb57514
commit 4af686c068
4 changed files with 6 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ namespace DiscImageChef.Core.Devices.Dumping
readonly string devicePath;
readonly bool doResume;
readonly bool dumpFirstTrackPregap;
readonly DumpLog dumpLog;
readonly bool dumpRaw;
readonly Encoding encoding;
@@ -33,6 +32,7 @@ namespace DiscImageChef.Core.Devices.Dumping
readonly CICMMetadataType preSidecar;
readonly ushort retryPasses;
readonly bool stopOnError;
bool dumpFirstTrackPregap;
Resume resume;
uint skip;