some more style fixes

This commit is contained in:
LianaHus
2015-10-15 16:27:26 +02:00
parent 3871e77946
commit 162d021c3f
7 changed files with 14 additions and 27 deletions
+1 -2
View File
@@ -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;