From 9280ff2c747a5a59f0a6e0cc6335b24de62cacc9 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 28 Dec 2024 12:41:18 +0100 Subject: Rename in file to diff file for restore --- src/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options.h') 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; }; -- cgit v1.2.3