mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mark appropriate constructors explicit
This commit is contained in:
@@ -52,7 +52,7 @@ using namespace dev::solidity::assembly;
|
||||
class EthAssemblyAdapter: public julia::AbstractAssembly
|
||||
{
|
||||
public:
|
||||
EthAssemblyAdapter(eth::Assembly& _assembly):
|
||||
explicit EthAssemblyAdapter(eth::Assembly& _assembly):
|
||||
m_assembly(_assembly)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user