mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed typo
This commit is contained in:
parent
89424875de
commit
7de314bd0d
@ -1634,7 +1634,7 @@ public:
|
|||||||
u256 storageSize() const override;
|
u256 storageSize() const override;
|
||||||
bool hasSimpleZeroValueInMemory() const override { solAssert(false, ""); }
|
bool hasSimpleZeroValueInMemory() const override { solAssert(false, ""); }
|
||||||
std::string richIdentifier() const override;
|
std::string richIdentifier() const override;
|
||||||
std::string eip712TypeName() const override { solAssert(false, "EIP-712 is not supported for struct members of modfier type"); }
|
std::string eip712TypeName() const override { solAssert(false, "EIP-712 is not supported for struct members of modifier type"); }
|
||||||
bool operator==(Type const& _other) const override;
|
bool operator==(Type const& _other) const override;
|
||||||
std::string toString(bool _withoutDataLocation) const override;
|
std::string toString(bool _withoutDataLocation) const override;
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user