aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index 87eb2f8f..cc0b2ca1 100644
--- a/Parser.h
+++ b/Parser.h
@@ -34,6 +34,8 @@ class Scanner;
class Parser
{
public:
+ Parser() {}
+
ASTPointer<SourceUnit> parse(std::shared_ptr<Scanner> const& _scanner);
std::shared_ptr<std::string const> const& getSourceName() const;