summaryrefslogtreecommitdiff
path: root/src/cvc4.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-04-10 20:06:31 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-04-10 20:06:31 -0400
commit48653e7a5104479b91523afa449810a9cc2fd160 (patch)
tree3c23fc27de2d966418a47e3690912f1f5057f18a /src/cvc4.i
parent9042fc86692b6dc67ed5ba6bd721752d9a5c5389 (diff)
setType -> setOfType, resolves bug 556
Diffstat (limited to 'src/cvc4.i')
-rw-r--r--src/cvc4.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cvc4.i b/src/cvc4.i
index c0042b513..fcd5a8470 100644
--- a/src/cvc4.i
+++ b/src/cvc4.i
@@ -71,7 +71,7 @@ std::set<JavaInputStreamAdapter*> CVC4::JavaInputStreamAdapter::s_adapters;
%template(vectorString) std::vector< std::string >;
%template(vectorPairStringType) std::vector< std::pair< std::string, CVC4::Type > >;
%template(pairStringType) std::pair< std::string, CVC4::Type >;
-%template(setType) std::set< CVC4::Type >;
+%template(setOfType) std::set< CVC4::Type >;
%template(hashmapExpr) std::hash_map< CVC4::Expr, CVC4::Expr, CVC4::ExprHashFunction >;
// This is unfortunate, but seems to be necessary; if we leave NULL
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback