summaryrefslogtreecommitdiff
path: root/src/theory/ite_simplifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/ite_simplifier.h')
-rw-r--r--src/theory/ite_simplifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/ite_simplifier.h b/src/theory/ite_simplifier.h
index fb42909e0..cba5c7051 100644
--- a/src/theory/ite_simplifier.h
+++ b/src/theory/ite_simplifier.h
@@ -69,7 +69,7 @@ class ITESimplifier {
hash ^= 0x9e3779b9 + NodeHashFunction().operator()(pair.second) + (hash << 6) + (hash >> 2);
return hash;
}
- };
+ };/* struct ITESimplifier::NodePairHashFunction */
typedef std::hash_map<NodePair, Node, NodePairHashFunction> NodePairMap;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback