Move constructor checks.

This commit is contained in:
chriseth
2018-11-30 16:30:19 +01:00
parent b610be4882
commit 2a85152463
3 changed files with 21 additions and 16 deletions
@@ -70,6 +70,7 @@ private:
FunctionDefinition const* _baseConstructor,
ASTNode const* _argumentNode
);
void checkConstructor(ContractDefinition const& _contract);
langutil::ErrorReporter& m_errorReporter;
};