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:
@@ -42,10 +42,10 @@ private:
|
||||
Json::Value generate(VariableDeclaration const& _var, u256 const& _slot, unsigned _offset);
|
||||
|
||||
/// Generates the JSON information for @param _type
|
||||
void generate(TypePointer _type);
|
||||
void generate(Type const* _type);
|
||||
|
||||
/// The key for the JSON object describing a type.
|
||||
std::string typeKeyName(TypePointer _type);
|
||||
std::string typeKeyName(Type const* _type);
|
||||
|
||||
Json::Value m_types;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user