diff options
Diffstat (limited to 'src/PerLine.h')
| -rw-r--r-- | src/PerLine.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/PerLine.h b/src/PerLine.h index 5b57dcaa9..27009d5ad 100644 --- a/src/PerLine.h +++ b/src/PerLine.h @@ -75,6 +75,8 @@ public:  	void ClearLevels();  	int SetLevel(Sci::Line line, int level, Sci::Line lines);  	int GetLevel(Sci::Line line) const noexcept; +	FoldLevel GetFoldLevel(Sci::Line line) const noexcept; +	Sci::Line GetFoldParent(Sci::Line line) const noexcept;  };  class LineState : public PerLine { | 
