From 217a6b905d46ee355373b2de60f0f36be828202c Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 28 Dec 2024 12:17:37 +0100 Subject: Rename reference file to base file for backup --- 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 058ad58..e22b3e3 100644 --- a/src/options.h +++ b/src/options.h @@ -64,12 +64,12 @@ class OptionsBackup : public Options virtual ~OptionsBackup() override = default; std::filesystem::path getInFilePath() const; - std::filesystem::path getRefFilePath() const; + std::filesystem::path getBaseFilePath() const; std::filesystem::path getOutFilePath() const; private: std::filesystem::path in_file_path; - std::filesystem::path ref_file_path; + std::filesystem::path base_file_path; std::filesystem::path out_file_path; }; -- cgit v1.2.3