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 | c84fd8d919c0fd00ecf93a9264260a74a26f2f10 (patch) | |
tree | 629dc9a703248f6f103d9181605d4ee12158d6c9 /src/ViewStyle.h | |
parent | ce485ff65d257dc4f19c21f40b82cac437e76196 (diff) | |
download | scintilla-mirror-c84fd8d919c0fd00ecf93a9264260a74a26f2f10.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 |