Skip to content

Commit 743c9d1

Browse files
authored
Merge pull request ceph#62252 from ronen-fr/wip-rf-fix-62188
librbd/ConfigWatcher: fix a missing 'override' Reviewed-by: Ilya Dryomov <[email protected]> Reviewed-by: Patrick Donnelly <[email protected]>
2 parents e56665c + 59220c1 commit 743c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librbd/ConfigWatcher.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct ConfigWatcher<I>::Observer : public md_config_obs_t {
4242
}
4343
}
4444

45-
std::vector<std::string> get_tracked_keys() const noexcept {
45+
std::vector<std::string> get_tracked_keys() const noexcept override {
4646
return m_config_key_strs;
4747
}
4848

0 commit comments

Comments
 (0)