aboutsummaryrefslogtreecommitdiff
path: root/host/commands/modem_simulator/nvram_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/modem_simulator/nvram_config.h')
-rw-r--r--host/commands/modem_simulator/nvram_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/commands/modem_simulator/nvram_config.h b/host/commands/modem_simulator/nvram_config.h
index fc51c80fb..bf4370a0a 100644
--- a/host/commands/modem_simulator/nvram_config.h
+++ b/host/commands/modem_simulator/nvram_config.h
@@ -32,7 +32,7 @@ class NvramConfig {
~NvramConfig();
NvramConfig& operator=(NvramConfig&&);
- std::string ConfigFileLocation() const;
+ static std::string ConfigFileLocation();
// Saves the configuration object in a file
bool SaveToFile(const std::string& file) const;