Skip to content

Commit 59220c1

Browse files
committed
librbd/ConfigWatcher: fix a missing 'override'
dropped in PR#62188 Signed-off-by: Ronen Friedman <[email protected]>
1 parent a1576c0 commit 59220c1

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)