aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-12-28 12:41:18 +0100
committerJán Sučan <jan@jansucan.com>2024-12-28 12:47:08 +0100
commit9280ff2c747a5a59f0a6e0cc6335b24de62cacc9 (patch)
tree1d1b33ba93e2926124cfecf890c8bb2a4236a12e /src/options.h
parent217a6b905d46ee355373b2de60f0f36be828202c (diff)
Rename in file to diff file for restore
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;
};