aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h
index e22b3e3..08559e2 100644
--- a/src/options.h
+++ b/src/options.h
@@ -80,11 +80,11 @@ class OptionsRestore : public Options
public:
virtual ~OptionsRestore() override = default;
- std::filesystem::path getInFilePath() const;
+ std::filesystem::path getDiffFilePath() const;
std::filesystem::path getOutFilePath() const;
private:
- std::filesystem::path in_file_path;
+ std::filesystem::path diff_file_path;
std::filesystem::path out_file_path;
};