mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Compile fix.
This commit is contained in:
parent
26f554d0d8
commit
260a1529a7
@ -128,7 +128,7 @@ void CompilerStack::streamAssembly(ostream& _outStream, string const& _contractN
|
||||
|
||||
string const& CompilerStack::getInterface(std::string const& _contractName)
|
||||
{
|
||||
return getJsonDocumentation(_contractName, ABI_INTERFACE);
|
||||
return getJsonDocumentation(_contractName, DocumentationType::ABI_INTERFACE);
|
||||
}
|
||||
|
||||
std::string const& CompilerStack::getJsonDocumentation(std::string const& _contractName, DocumentationType _type)
|
||||
|
Loading…
Reference in New Issue
Block a user