aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h
index 5a85abe5d..3c0273d0f 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -234,6 +234,7 @@ public:
int ParaUp(int pos);
int ParaDown(int pos);
int IndentSize() { return actualIndentInChars; }
+ int BraceMatch(int position, int maxReStyle);
private:
void CheckReadOnly();