summaryrefslogtreecommitdiffstats
path: root/scintilla/src/ContractionState.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/ContractionState.h')
-rw-r--r--scintilla/src/ContractionState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ContractionState.h b/scintilla/src/ContractionState.h
index 20a9856..fa1ab6b 100644
--- a/scintilla/src/ContractionState.h
+++ b/scintilla/src/ContractionState.h
@@ -51,6 +51,7 @@ public:
bool GetExpanded(int lineDoc) const;
bool SetExpanded(int lineDoc, bool expanded);
+ int ContractedNext(int lineDocStart) const;
int GetHeight(int lineDoc) const;
bool SetHeight(int lineDoc, int height);