summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 2003bcd54..d83df2a31 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -138,7 +138,7 @@ private:
bool areEqual( Node a, Node b );
bool areDisequal( Node a, Node b );
Node getLengthTerm( Node t );
- Node getLength( Node t );
+ Node getLength( Node t, bool use_t = false );
private:
/** The notify class */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback