Override mobileType of MagicType to null

This commit is contained in:
Matheus Aguiar
2023-07-18 10:56:02 +02:00
committed by Kamil Śliwak
parent 4c4410e0c5
commit f3fc19080a
16 changed files with 124 additions and 4 deletions
+2
View File
@@ -1694,6 +1694,8 @@ public:
Type const* typeArgument() const;
Type const* mobileType() const override { return nullptr; }
protected:
std::vector<std::tuple<std::string, Type const*>> makeStackItems() const override { return {}; }
private: