mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix module member names for importing with renaming.
This commit is contained in:
@@ -110,6 +110,7 @@ public:
|
||||
|
||||
/// Constructs a Member with the name extracted from @p _declaration's name.
|
||||
Member(Declaration const* _declaration, Type const* _type);
|
||||
Member(Declaration const* _declaration, Type const* _type, std::string _name);
|
||||
|
||||
std::string name;
|
||||
Type const* type = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user