summaryrefslogtreecommitdiff
path: root/src/theory/sets/skolem_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/skolem_cache.h')
-rw-r--r--src/theory/sets/skolem_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/skolem_cache.h b/src/theory/sets/skolem_cache.h
index a41886f9d..62547a66e 100644
--- a/src/theory/sets/skolem_cache.h
+++ b/src/theory/sets/skolem_cache.h
@@ -74,7 +74,7 @@ class SkolemCache
/** map from node pairs and identifiers to skolems */
std::map<Node, std::map<Node, std::map<SkolemId, Node> > > d_skolemCache;
/** the set of all skolems we have generated */
- std::unordered_set<Node, NodeHashFunction> d_allSkolems;
+ std::unordered_set<Node> d_allSkolems;
};
} // namespace sets
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback