summaryrefslogtreecommitdiff
path: root/src/parser/smt/smt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt/smt.h')
-rw-r--r--src/parser/smt/smt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/smt/smt.h b/src/parser/smt/smt.h
index 388b4cd6d..98ebf6410 100644
--- a/src/parser/smt/smt.h
+++ b/src/parser/smt/smt.h
@@ -5,7 +5,7 @@
** Major contributors: none
** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
@@ -78,7 +78,7 @@ private:
Logic d_logic;
protected:
- Smt(ExprManager* exprManager, Input* input, bool strictMode = false);
+ Smt(ExprManager* exprManager, Input* input, bool strictMode = false, bool parseOnly = false);
public:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback