diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 887170eaa..d43ccef67 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -78,6 +78,7 @@ public:  	ColourPair edgecolour;  	int edgeState;  	int caretWidth; +	bool someStylesProtected;  	ViewStyle();  	ViewStyle(const ViewStyle &source); @@ -88,6 +89,7 @@ public:  	void ResetDefaultStyle();  	void ClearStyles();  	void SetStyleFontName(int styleIndex, const char *name); +	bool ProtectionActive() const;  };  #endif | 
