summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager.i')
-rw-r--r--src/expr/expr_manager.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/expr_manager.i b/src/expr/expr_manager.i
index 0d82c7aa8..a386af5ee 100644
--- a/src/expr/expr_manager.i
+++ b/src/expr/expr_manager.i
@@ -15,6 +15,8 @@
%ignore CVC4::ExprManager::mkExpr(Expr, const std::vector<Expr>&);
#endif /* SWIGOCAML */
+%ignore CVC4::stats::getStatisticsRegistry(ExprManager*);
+
%include "expr/expr_manager.h"
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::TypeConstant>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback