diff options
Diffstat (limited to 'source/frontend/StarChat.hpp')
-rw-r--r-- | source/frontend/StarChat.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarChat.hpp b/source/frontend/StarChat.hpp index 9c1f8f4..e88a797 100644 --- a/source/frontend/StarChat.hpp +++ b/source/frontend/StarChat.hpp @@ -69,6 +69,7 @@ private: float m_fadeRate; unsigned m_fontSize; String m_fontDirectives; + String m_font; float m_chatLineHeight; unsigned m_chatHistoryLimit; int m_historyOffset; |