diff options
Diffstat (limited to 'src/ViewStyle.h')
| -rw-r--r-- | src/ViewStyle.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 39cd77339..4ee7f2a3e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -72,7 +72,7 @@ public:  	unsigned int maxAscent;  	unsigned int maxDescent;  	unsigned int aveCharWidth; -	unsigned int spaceWidth; +	XYPOSITION spaceWidth;  	bool selforeset;  	ColourDesired selforeground;  	ColourDesired selAdditionalForeground; | 
