From 75bd235fda3664fe9fbc09bb1d0e0d7f8e634f78 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 Aug 2008 11:18:52 +0000 Subject: ClearDocumentStyle clears all indicators in case the lexer has used an indicator. --- src/Decoration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Decoration.h') diff --git a/src/Decoration.h b/src/Decoration.h index 2809641af..5c02aa7be 100644 --- a/src/Decoration.h +++ b/src/Decoration.h @@ -39,6 +39,8 @@ public: DecorationList(); ~DecorationList(); + void ClearAll(); + void SetCurrentIndicator(int indicator); int GetCurrentIndicator() { return currentIndicator; } -- cgit v1.2.3