patterns: Added missing override
This commit is contained in:
parent
74a5c974e6
commit
b7132af214
@ -53,7 +53,7 @@ namespace hex::pl {
|
||||
return this->m_template->getTypeName() + "[" + std::to_string(this->m_entryCount) + "]";
|
||||
}
|
||||
|
||||
[[nodiscard]] std::string getTypeName() const {
|
||||
[[nodiscard]] std::string getTypeName() const override {
|
||||
return this->m_template->getTypeName();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user