summaryrefslogtreecommitdiff
path: root/src/theory/strings/strings_fmf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/strings_fmf.h')
-rw-r--r--src/theory/strings/strings_fmf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/strings_fmf.h b/src/theory/strings/strings_fmf.h
index ba9f0f4e1..39ba6168a 100644
--- a/src/theory/strings/strings_fmf.h
+++ b/src/theory/strings/strings_fmf.h
@@ -37,7 +37,7 @@ namespace strings {
*/
class StringsFmf
{
- typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
+ typedef context::CDHashSet<Node> NodeSet;
public:
StringsFmf(context::Context* c,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback