summaryrefslogtreecommitdiff
path: root/src/theory/strings/infer_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/infer_info.h')
-rw-r--r--src/theory/strings/infer_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/infer_info.h b/src/theory/strings/infer_info.h
index b586609ad..863f1ab06 100644
--- a/src/theory/strings/infer_info.h
+++ b/src/theory/strings/infer_info.h
@@ -404,7 +404,7 @@ class InferInfo : public TheoryInference
* are mapped to by a length status, indicating the length constraint that
* can be assumed for them.
*/
- std::map<LengthStatus, std::vector<Node> > d_newSkolem;
+ std::map<LengthStatus, std::vector<Node> > d_skolems;
/** Is this infer info trivial? True if d_conc is true. */
bool isTrivial() const;
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback