parent
5dfa9cf501
commit
47fd5bdc00
@ -31,7 +31,7 @@ namespace hex::pl {
|
||||
}
|
||||
|
||||
[[nodiscard]] std::string getFormattedName() const override {
|
||||
std::string result = this->getTypeName().empty() ? this->getFormattedName() : this->getTypeName() + "* : ";
|
||||
std::string result = (this->getTypeName().empty() ? this->m_pointedAt->getTypeName() : this->getTypeName()) + "* : ";
|
||||
switch (this->getSize()) {
|
||||
case 1:
|
||||
result += "u8";
|
||||
|
Loading…
x
Reference in New Issue
Block a user