diff --git a/lib/libimhex/include/hex/pattern_language/patterns/pattern_array_static.hpp b/lib/libimhex/include/hex/pattern_language/patterns/pattern_array_static.hpp index 51cafd664..1b7f84584 100644 --- a/lib/libimhex/include/hex/pattern_language/patterns/pattern_array_static.hpp +++ b/lib/libimhex/include/hex/pattern_language/patterns/pattern_array_static.hpp @@ -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(); }