mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
some more style fixes
This commit is contained in:
@@ -34,8 +34,7 @@ class Scanner;
|
||||
class Parser
|
||||
{
|
||||
public:
|
||||
Parser(ErrorList& errors):
|
||||
m_errors(errors){};
|
||||
Parser(ErrorList& errors): m_errors(errors){};
|
||||
|
||||
ASTPointer<SourceUnit> parse(std::shared_ptr<Scanner> const& _scanner);
|
||||
std::shared_ptr<std::string const> const& sourceName() const;
|
||||
|
||||
Reference in New Issue
Block a user