aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-03-18 09:53:08 +1100
committerNeil <nyamatongwe@gmail.com>2014-03-18 09:53:08 +1100
commitda5e3d776d016db9bb94e2c59291a9af54c44db0 (patch)
tree18a9ad7187864a284fd94c4283f1084cbf0fac0a /src/ViewStyle.h
parent6bfc16f58bcb69e84d675ed85a8ffa073b1a5c5c (diff)
downloadscintilla-mirror-da5e3d776d016db9bb94e2c59291a9af54c44db0.tar.gz
Minor tweaks to avoid ststic checking warnings.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
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