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 da8b7e141..91b51b2ad 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -178,7 +178,7 @@ public:  private:  	void AllocStyles(size_t sizeNew); -	void CreateFont(const FontSpecification &fs); +	void CreateAndAddFont(const FontSpecification &fs);  	FontRealised *Find(const FontSpecification &fs);  	void FindMaxAscentDescent();  	// Private so can only be copied through copy constructor which ensures font names initialised correctly | 
