diff options
| -rw-r--r-- | src/ScintillaBase.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 631e3e05d..cb85b55b5 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -40,6 +40,8 @@ protected:  	SString listSelected;	///< Receives listbox selected string  	int maxListWidth;		/// Maximum width of list, in average character widths +	bool performingStyle;	///< Prevent reentrance +  #ifdef SCI_LEXER  	int lexLanguage;  	const LexerModule *lexCurrent; | 
