aboutsummaryrefslogtreecommitdiff
path: root/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index b6d7bd5..271d0f4 100644
--- a/Parser.h
+++ b/Parser.h
@@ -15,6 +15,7 @@ using std::string;
class Parser {
public:
Parser() = default;
+ Parser(Circuit & circuit);
virtual ~Parser() = default;
void parse(string input);