mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mark constructors explicit
This commit is contained in:
@@ -41,7 +41,7 @@ namespace smt
|
||||
class SMTLib2Interface: public SolverInterface, public boost::noncopyable
|
||||
{
|
||||
public:
|
||||
SMTLib2Interface(ReadCallback::Callback const& _queryCallback);
|
||||
explicit SMTLib2Interface(ReadCallback::Callback const& _queryCallback);
|
||||
|
||||
void reset() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user