Skip to content

Commit

Permalink
Add missing override in Option::GetDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
aartdem committed Dec 7, 2023
1 parent 541ee51 commit 5f865ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/option.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Option : public IOption {
return name_;
}

[[nodiscard]] std::string_view GetDescription() const {
[[nodiscard]] std::string_view GetDescription() const override {
return description_;
}

Expand Down

0 comments on commit 5f865ab

Please sign in to comment.