1
0
mirror of synced 2024-11-28 09:30:51 +01:00

patterns: Added missing override

This commit is contained in:
WerWolv 2022-04-07 18:19:19 +02:00
parent 74a5c974e6
commit b7132af214

View File

@ -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();
}