mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
patterns: Added missing override
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user