summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-02 17:54:32 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-02 17:55:01 -0500
commit58a9d81a0f6da15ee2481dd1451a182341ff2a5b (patch)
tree3a7da1ebd0ec087523128482de576307b039a6b5 /src/expr/expr_manager.i
parent4ea1824e1112738e293d9fc7015efdde6a9efd5c (diff)
Another fix to Java destruction order issues. Thanks to Zheng Manchun for the report.
Diffstat (limited to 'src/expr/expr_manager.i')
-rw-r--r--src/expr/expr_manager.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager.i b/src/expr/expr_manager.i
index 8b9588214..f32d68274 100644
--- a/src/expr/expr_manager.i
+++ b/src/expr/expr_manager.i
@@ -7,7 +7,7 @@
// before the ExprManager
private Object options;
%}
-%typemap(javaconstruct) ExprManager(Options options) {
+%typemap(javaconstruct) CVC4::ExprManager {
this($imcall, true);
this.options = SmtEngine.mkRef(options); // keep ref to options in SWIG proxy class
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback