Pull out helper to apply address member to contract members

This commit is contained in:
Alex Beregszaszi
2017-09-28 14:54:15 +01:00
parent aa6de49457
commit d5d1a08b09
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -716,6 +716,8 @@ public:
std::vector<std::tuple<VariableDeclaration const*, u256, unsigned>> stateVariables() const;
private:
static void addNonConflictingAddressMembers(MemberList::MemberMap& _members);
ContractDefinition const& m_contract;
/// If true, it is the "super" type of the current contract, i.e. it contains only inherited
/// members.