mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace TypePointer with Type const*
This commit is contained in:
@@ -35,7 +35,7 @@ struct ReturnInfo
|
||||
{
|
||||
ReturnInfo(langutil::EVMVersion const& _evmVersion, FunctionType const& _functionType);
|
||||
|
||||
/// Vector of TypePointer, for each return variable. Dynamic types are already replaced if required.
|
||||
/// Vector of Type const*, for each return variable. Dynamic types are already replaced if required.
|
||||
TypePointers returnTypes = {};
|
||||
|
||||
/// Boolean, indicating whether or not return size is only known at runtime.
|
||||
|
||||
Reference in New Issue
Block a user