From 48653e7a5104479b91523afa449810a9cc2fd160 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 10 Apr 2014 20:06:31 -0400 Subject: [PATCH] setType -> setOfType, resolves bug 556 --- src/cvc4.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.30.2