diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-18 09:53:08 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-18 09:53:08 +1100 |
commit | da5e3d776d016db9bb94e2c59291a9af54c44db0 (patch) | |
tree | 18a9ad7187864a284fd94c4283f1084cbf0fac0a /src/ViewStyle.h | |
parent | 6bfc16f58bcb69e84d675ed85a8ffa073b1a5c5c (diff) | |
download | scintilla-mirror-da5e3d776d016db9bb94e2c59291a9af54c44db0.tar.gz |
Minor tweaks to avoid ststic checking warnings.
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 |