setType -> setOfType, resolves bug 556
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 11 Apr 2014 00:06:31 +0000 (20:06 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 11 Apr 2014 00:06:31 +0000 (20:06 -0400)
src/cvc4.i

index c0042b513d509d0c4ce4cc8fbf7bab7a2606277a..fcd5a8470d45c33c97417cc776601203e596cb04 100644 (file)
@@ -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