summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/UpdaterOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'mmc_updater/src/UpdaterOptions.h')
-rw-r--r--mmc_updater/src/UpdaterOptions.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/mmc_updater/src/UpdaterOptions.h b/mmc_updater/src/UpdaterOptions.h
index b4473a82..d9104804 100644
--- a/mmc_updater/src/UpdaterOptions.h
+++ b/mmc_updater/src/UpdaterOptions.h
@@ -18,11 +18,8 @@ class UpdaterOptions
PLATFORM_PID waitPid;
std::string logFile;
bool showVersion;
+ bool dryRun;
bool forceElevated;
bool autoClose;
-
- private:
- void parseOldFormatArgs(int argc, char** argv);
- static void parseOldFormatArg(const std::string& arg, std::string* key, std::string* value);
};