summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-02-28 06:27:12 +0000
committerMorgan Deters <mdeters@gmail.com>2011-02-28 06:27:12 +0000
commitbda6ad1b93619a68006034d9a47e641ce5ab14a7 (patch)
tree91281f170519d6f2663da662ffa9fc2507e3db8f /src/expr
parent9e2a8db966072b5264e829ba1cd682eef7f58d62 (diff)
minor doxygen build target fixes
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/expr_manager_template.cpp2
-rw-r--r--src/expr/expr_manager_template.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index b60876967..eadbb73a2 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -28,7 +28,7 @@ ${includes}
// compiler directs the user to the template file instead of the
// generated one. We don't want the user to modify the generated one,
// since it'll get overwritten on a later build.
-#line 31 "${template}"
+#line 32 "${template}"
#ifdef CVC4_STATISTICS_ON
#define INC_STAT(kind) \
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index b5e4a62f0..fba1a919c 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -96,7 +96,7 @@ public:
* @param options the earlyTypeChecking field is used to configure
* whether to do at Expr creation time.
*/
- explicit ExprManager(const Options&);
+ explicit ExprManager(const Options& options);
/**
* Destroys the expression manager. No will be deallocated at this point, so
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback