diff options
Diffstat (limited to 'lexers/LexCPP.cxx')
| -rw-r--r-- | lexers/LexCPP.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx index 70af0343f..6f7afc23d 100644 --- a/lexers/LexCPP.cxx +++ b/lexers/LexCPP.cxx @@ -392,6 +392,9 @@ public:  		int active = subStyle & activeFlag;  		return styleBase | active;  	} +	int SCI_METHOD PrimaryStyleFromStyle(int style) { +		return MaskActive(style); + 	}  	void SCI_METHOD FreeSubStyles() {  		subStyles.Free();  	} | 
