diff options
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h index 3d80c67..058ad58 100644 --- a/src/options.h +++ b/src/options.h @@ -61,7 +61,7 @@ class OptionsBackup : public Options friend class OptionParser; public: - virtual ~OptionsBackup() = default; + virtual ~OptionsBackup() override = default; std::filesystem::path getInFilePath() const; std::filesystem::path getRefFilePath() const; @@ -78,7 +78,7 @@ class OptionsRestore : public Options friend class OptionParser; public: - virtual ~OptionsRestore() = default; + virtual ~OptionsRestore() override = default; std::filesystem::path getInFilePath() const; std::filesystem::path getOutFilePath() const; |
