diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 86eae63c0..eb4e8dc11 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -23,7 +23,8 @@ public: */ class FontNames { private: - char *names[STYLE_MAX + 1]; + char **names; + int size; int max; public: |