mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Types.h
Typo
This commit is contained in:
parent
11e943fc6a
commit
8de5ff5c25
2
Types.h
2
Types.h
@ -122,7 +122,7 @@ public:
|
||||
/// is not a simple big-endian encoding or the type cannot be stored in calldata.
|
||||
/// If @a _padded then it is assumed that each element is padded to a multiple of 32 bytes.
|
||||
virtual unsigned getCalldataEncodedSize(bool _padded) const { (void)_padded; return 0; }
|
||||
/// Convenience eversion of @see getCalldataEncodedSize(bool)
|
||||
/// Convenience version of @see getCalldataEncodedSize(bool)
|
||||
unsigned getCalldataEncodedSize() const { return getCalldataEncodedSize(true); }
|
||||
/// @returns true if the type is dynamically encoded in calldata
|
||||
virtual bool isDynamicallySized() const { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user