Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c858aef7005a937b5ab5c823ff491960704c4a5f..3aa1b2fb51b69aaacb87c039449c6c537510902e 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9895,6 +9895,7 @@ class String: public Name { |
// returned structure will report so, and can't provide a vector of either |
// kind. |
FlatContent GetFlatContent(); |
+ FlatContent GetFlattenedContent(); |
// Returns the parent of a sliced string or first part of a flat cons string. |
// Requires: StringShape(this).IsIndirect() && this->IsFlat() |